From 77aa701e898c6525322cc4029d95167dd9f6e618 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 Jun 2006 14:16:48 -0700 Subject: [PATCH] add some function prototypes to hw/xprint/DiPrint.h as they are exported --- hw/xprint/DiPrint.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw/xprint/DiPrint.h b/hw/xprint/DiPrint.h index a26477971..6801ce046 100644 --- a/hw/xprint/DiPrint.h +++ b/hw/xprint/DiPrint.h @@ -41,6 +41,7 @@ copyright holders. #ifdef HAVE_DIX_CONFIG_H #include #endif +#include #ifndef _XpDiPrint_H_ #define _XpDiPrint_H_ 1 @@ -74,6 +75,10 @@ extern void PrinterInitGlobals(void); extern void PrinterInitOutput(ScreenInfo *pScreenInfo, int argc, char **argv); +extern Bool XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe); + +extern Bool XpClientIsBitmapClient(ClientPtr client); + extern void _XpVoidNoop(void); extern Bool _XpBoolNoop(void);