diff options
Diffstat (limited to 'libXfont/include/X11/fonts/fontmod.h')
-rw-r--r-- | libXfont/include/X11/fonts/fontmod.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libXfont/include/X11/fonts/fontmod.h b/libXfont/include/X11/fonts/fontmod.h deleted file mode 100644 index 42d277fd4..000000000 --- a/libXfont/include/X11/fonts/fontmod.h +++ /dev/null @@ -1,16 +0,0 @@ -/* $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ */ - -#ifndef _FONTMOD_H_ -#define _FONTMOD_H_ - -typedef void (*InitFont)(void); - -typedef struct { - InitFont initFunc; - char * name; - pointer module; -} FontModule; - -extern FontModule *FontModuleList; - -#endif /* _FONTMOD_H_ */ |