blob: f46d98b9751c433606d3a69e709d5693a5c8868d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- XawPlus/LocPixmap.c.orig Wed May 30 21:14:07 2007
+++ XawPlus/LocPixmap.c Wed May 30 21:14:31 2007
@@ -173,6 +173,7 @@
} /* if */
}
+static char **split_path_string();
/*
* XawLocatePixmapFile - read a pixmap file using the normal defaults
@@ -195,7 +196,6 @@
char **file_paths = NULL;
char filename[MAXPATHLEN];
int i;
- static char **split_path_string();
char *name;
XpmAttributes attributes;
|