1 2 3 4 5 6 7 8
/* $XFree86: xc/programs/Xserver/hw/xfree86/dummylib/dummylib.h,v 1.1 2000/02/13 03:06:38 dawes Exp $ */ #ifndef _DUMMY_LIB_H #define _DUMMY_LIB_H extern void VErrorFVerb(int verb, const char *format, va_list ap); #endif /* _DUMMY_LIB_H */