blob: 49e7ee9dfed4c335136e7389eb2b2a224505b886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-password.c,v 1.1 2013/03/02 17:59:41 joerg Exp $
--- password.c.orig 2013-03-01 14:03:13.000000000 +0000
+++ password.c
@@ -155,7 +155,7 @@ char *password;
/*
* create_password_dialog - Create dialog that prompts user for password.
*/
-create_password_dialog()
+static void create_password_dialog(void)
{
static int initialized = False;
int i;
|