diff options
Diffstat (limited to 'src/GetFPath.c')
-rw-r--r-- | src/GetFPath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GetFPath.c b/src/GetFPath.c index 69dd809..03d4aaa 100644 --- a/src/GetFPath.c +++ b/src/GetFPath.c @@ -24,6 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/GetFPath.c,v 1.4 2001/12/14 19:54:00 dawes Exp $ */ #define NEED_REPLIES #include "Xlibint.h" @@ -79,6 +80,7 @@ int *npaths; /* RETURN */ return (flist); } +int XFreeFontPath (list) char **list; { |