blob: 2a6076306daf56f94f61d911bc934fd0753b0c19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-destdir.c,v 1.1 2013/03/02 17:59:41 joerg Exp $
--- destdir.c.orig 2013-03-01 13:55:32.000000000 +0000
+++ destdir.c
@@ -104,7 +104,7 @@ char *cstring_to_text();
* create_destdir_dialog - Create dialog that prompts for destination
* directory.
*/
-create_destdir_dialog()
+static void create_destdir_dialog(void)
{
static int initialized = False;
XmString label;
|