summaryrefslogtreecommitdiff
path: root/net/llnlxftp/patches/patch-rconnect.c
blob: bf56cb9741df56c00c398b0d243541086554dd2d (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-rconnect.c,v 1.1 2013/03/02 17:59:41 joerg Exp $

--- rconnect.c.orig	1995-10-19 15:20:24.000000000 +0000
+++ rconnect.c
@@ -61,6 +61,8 @@
 #include "list.h"
 #include "str.h"
 
+void create_rconnect_dialog(void);
+
 static struct {
     Widget w_dialog;
     Widget w_form;
@@ -154,7 +156,7 @@ XtPointer call_data;
 /*
  * create_rconnect_dialog - Creates the Remote Connection dialog.
  */
-create_rconnect_dialog()
+void create_rconnect_dialog(void)
 {
 	static int initialized = False;
 	Arg	args[2];