summaryrefslogtreecommitdiff
path: root/include/X11/Xauth.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:47 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:47 +0000
commit1be3101aeab9b6136c32a91c23799724a7fe7797 (patch)
tree10e45a24782e633b9f6e1f8b427fac91ee2ddfa8 /include/X11/Xauth.h
parentdcc3fc52f917603df94ef4207f1dec9238dce23b (diff)
Diffstat (limited to 'include/X11/Xauth.h')
-rw-r--r--include/X11/Xauth.h4
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