blob: b2b0151982a54d25dd6d80e849d884ad4fbabaa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ar,v 1.2 2000/02/05 15:58:30 wiz Exp $
Index: parse.h
===================================================================
RCS file: /home/siren/src/tvtwm/parse.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- parse.h 1999/08/08 05:46:53 1.1.1.1
+++ parse.h 1999/08/08 05:56:55 1.2
@@ -125,4 +125,7 @@
#define D_EAST 3
#define D_WEST 4
+/* function prototypes */
+int ParseMenuFile(char *filename, char *menuname);
+
#endif /* _PARSE_ */
|