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

--- mpmonitor.c.orig	1995-10-19 15:20:23.000000000 +0000
+++ mpmonitor.c
@@ -59,6 +59,8 @@
 #include <Xm/Form.h>
 #include <Xm/TextF.h>
 
+void create_mp_monitor_dialog(void);
+
 static int abort_requested;
 
 static struct {
@@ -104,7 +106,7 @@ char *path_label;
  * create_mp_monitor_dialog - Create dialog window that displays the
  *                            directory entry currently being operated on.
  */
-create_mp_monitor_dialog()
+void create_mp_monitor_dialog(void)
 {
 	static int initialized = False;
 	Arg args[1];