blob: 68e20c422edd3108290df0868117b186d91c244d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-dirlong.c,v 1.1 2013/03/02 17:59:41 joerg Exp $
--- dirlong.c.orig 2013-03-01 13:56:00.000000000 +0000
+++ dirlong.c
@@ -60,6 +60,8 @@
#include "list.h"
#include "str.h"
+void create_dirlong_dialog(int host);
+
static int dirlong_dialog_created[] = { False, False };
static struct {
@@ -137,8 +139,7 @@ XtPointer call_data;
* displays a long list of the the entries of the
* current working directory.
*/
-create_dirlong_dialog(host)
-int host;
+void create_dirlong_dialog(int host)
{
int i;
Arg args[6];
|