diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Xauth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index eb69628..e4efc2d 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -26,6 +26,8 @@ in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/Xau/Xauth.h,v 1.5 2001/12/14 19:54:36 dawes Exp $ */ + #ifndef _Xauth_h #define _Xauth_h @@ -57,7 +59,7 @@ typedef struct xauth { _XFUNCPROTOBEGIN -char *XauFileName(); +char *XauFileName(void); Xauth *XauReadAuth( #if NeedFunctionPrototypes |