diff options
Diffstat (limited to 'include/atomcache.h')
-rw-r--r-- | include/atomcache.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/atomcache.h b/include/atomcache.h index d94228d..cf65008 100644 --- a/include/atomcache.h +++ b/include/atomcache.h @@ -46,6 +46,8 @@ in this Software without prior written authorization from The Open Group. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ +/* $XFree86: xc/programs/lbxproxy/include/atomcache.h,v 1.6 2003/11/17 22:20:48 dawes Exp $ */ + #ifndef _ATOMCACHE_H_ #define _ATOMCACHE_H_ @@ -72,33 +74,25 @@ typedef struct _AtomList { extern int min_keep_prop_size; extern Atom LbxMakeAtom( -#if NeedFunctionPrototypes XServerPtr /*server*/, char * /*string*/, unsigned /*len*/, Atom /*atom*/, int /*makeit*/ -#endif ); extern char *NameForAtom( -#if NeedFunctionPrototypes XServerPtr /*server*/, Atom /*atom*/ -#endif ); extern unsigned FlagsForAtom( -#if NeedFunctionPrototypes XServerPtr /*server*/, Atom /*atom*/ -#endif ); extern void FreeAtoms( -#if NeedFunctionPrototypes void -#endif ); #endif /* _ATOMCACHE_H_ */ |