blob: 9423cfc13034e1fd4f73024e5b9b0917484d1f15 (
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-rename.c,v 1.1 2013/03/02 17:59:41 joerg Exp $
--- rename.c.orig 1995-10-19 15:20:24.000000000 +0000
+++ rename.c
@@ -63,6 +63,8 @@
#define SKIP 2
#define CANCEL 3
+static void create_rename_dialog(void);
+
static struct {
Widget w_dialog;
Widget w_form;
@@ -236,7 +238,7 @@ lost:
/*
* create_rename_dialog - Create dialog that prompts for new names.
*/
-create_rename_dialog()
+static void create_rename_dialog(void)
{
static int initialized = False;
int i;
|