summaryrefslogtreecommitdiff
path: root/net/llnlxftp/patches/patch-verify.c
blob: 5bf76e204eb83916c04a6792fbf4bd4552f9f753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-verify.c,v 1.1 2013/03/02 17:59:41 joerg Exp $

--- verify.c.orig	1995-10-19 15:20:25.000000000 +0000
+++ verify.c
@@ -60,6 +60,8 @@
 #define YES     1
 #define NO      2
 
+void create_verify_dialog(void);
+
 struct verify_struct {
 	Widget w_dialog;
 	Widget w_form;
@@ -130,7 +132,7 @@ char *question;
 /*
  * create_verify_dialog - Create selection verification dialog.
  */
-create_verify_dialog()
+void create_verify_dialog(void)
 {
 	static int initialized = False;
 	Arg args[2];