xserver: Branch 'master'

Greg Kroah-Hartman gregkh at kemper.freedesktop.org
Thu Jun 8 19:14:13 EEST 2006


 Xprint/AttrValid.h |    4 ++++
 1 files changed, 4 insertions(+)

New commits:
diff-tree d90eecf40ea768b2bf6340f15bb0af9dab2f3cf3 (from bccde1609153dee93f6fe5a138fc0c0f2fe08212)
Author: Greg Kroah-Hartman <gregkh at suse.de>
Date:   Thu Jun 8 09:11:41 2006 -0700

    add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings

diff --git a/Xprint/AttrValid.h b/Xprint/AttrValid.h
index f2e53f6..fab3a7f 100644
--- a/Xprint/AttrValid.h
+++ b/Xprint/AttrValid.h
@@ -196,6 +196,9 @@ void XpPutTrayMediumListAttr(XpContextPt
 			     XPAttributes pool,
 			     XpOid oid,
 			     const XpOidTrayMediumList* tm);
+void XpValidatePrinterMediaAttrs(XpContextPtr pContext,
+				 const XpOidList* valid_trays,
+				 const XpOidList* valid_sizes);
 /*
  * Attribute pool validation
  */
@@ -204,6 +207,7 @@ void XpValidateAttributePool(XpContextPt
 			     const XpValidatePoolsRec* vpr);
 void XpValidatePrinterPool(XpContextPtr pContext,
 			   const XpValidatePoolsRec* vpr);
+void XpValidateNotificationProfile(XpContextPtr pContext);
 void XpValidateJobPool(XpContextPtr pContext,
 		       const XpValidatePoolsRec* vpr);
 void XpValidateDocumentPool(XpContextPtr pContext,



More information about the xorg-commit mailing list