Signed-off-by: Jeff Smith <[email protected]> --- src/xlibi18n/lcFile.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/xlibi18n/lcFile.c b/src/xlibi18n/lcFile.c index 21a546d..9ee90ea 100644 --- a/src/xlibi18n/lcFile.c +++ b/src/xlibi18n/lcFile.c @@ -34,6 +34,11 @@ #include <X11/Xos.h> #include <unistd.h> +void xlocaledir( + char *buf, + int buf_len +); + /************************************************************************/ #ifdef __UNIXOS2__ -- 1.6.0.6 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
