diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:26:50 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:26:50 +0000 |
commit | 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0 (patch) | |
tree | cb61869ef8db7fba494853286faba6a7901198ac /include/X11/Xauth.h | |
parent | 7f6f90cfce51806340f25b80a87b147d8a743b27 (diff) |
Remove prototype for XauGetAuthByName to clear lint warning: name declared
but never used or defined
Fix sparse warnings:
-warning: Using plain integer as NULL pointer
-warning: non-ANSI definition of function
Diffstat (limited to 'include/X11/Xauth.h')
-rw-r--r-- | include/X11/Xauth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index fa9c96b..181618a 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -81,10 +81,6 @@ FILE* /* auth_file */, Xauth* /* auth */ ); -Xauth *XauGetAuthByName( -_Xconst char* /* display_name */ -); - Xauth *XauGetAuthByAddr( #if NeedWidePrototypes unsigned int /* family */, |