mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 06:00:06 +01:00
add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings
This commit is contained in:
parent
bccde16091
commit
d90eecf40e
1 changed files with 4 additions and 0 deletions
|
|
@ -196,6 +196,9 @@ void XpPutTrayMediumListAttr(XpContextPtr pContext,
|
|||
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(XpContextPtr pContext,
|
|||
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue