diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:47 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:47 +0000 |
commit | 1be3101aeab9b6136c32a91c23799724a7fe7797 (patch) | |
tree | 10e45a24782e633b9f6e1f8b427fac91ee2ddfa8 /include/X11/Xauth.h | |
parent | dcc3fc52f917603df94ef4207f1dec9238dce23b (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'include/X11/Xauth.h')
-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 |