blob: 396f3d6a96bab7712dd4409fb82ff7a37c5838ad (
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-aconnect.c,v 1.1 2013/03/02 17:59:40 joerg Exp $
--- aconnect.c.orig 2013-03-01 13:50:09.000000000 +0000
+++ aconnect.c
@@ -60,6 +60,8 @@
#include "list.h"
#include "str.h"
+void create_aconnect_dialog(void);
+
static struct {
Widget w_dialog;
Widget w_form;
@@ -167,7 +169,7 @@ XtPointer call_data;
/*
* create_aconnect_dialog - Creates the Remote Connection dialog.
*/
-create_aconnect_dialog()
+void create_aconnect_dialog(void)
{
static int initialized = False;
Arg args[2];
|