summaryrefslogtreecommitdiff
path: root/include/proxyopts.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:09 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:09 +0000
commit46642cea21858b59ba29833d583e6024c9cebe87 (patch)
tree80ecb27ed2d3807827cf0ae0bc35784cb074c406 /include/proxyopts.h
parent57f34307447496db8faabd8651474a9193bb755e (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'include/proxyopts.h')
-rw-r--r--include/proxyopts.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/include/proxyopts.h b/include/proxyopts.h
index fe22a68..6abce40 100644
--- a/include/proxyopts.h
+++ b/include/proxyopts.h
@@ -46,6 +46,7 @@ in this Software without prior written authorization from The Open Group.
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*/
+/* $XFree86: xc/programs/lbxproxy/include/proxyopts.h,v 1.6 2003/11/17 22:20:48 dawes Exp $ */
#ifndef _LBX_PROXYOPTS_H_
#define _LBX_PROXYOPTS_H_
@@ -74,71 +75,51 @@ extern LbxNegOptsRec lbxNegOpt;
/* options.c */
extern void LbxOptInit(
-#if NeedFunctionPrototypes
XServerPtr /*server*/
-#endif
);
extern int LbxOptBuildReq(
-#if NeedFunctionPrototypes
XServerPtr /*server*/,
char * /*buf*/
-#endif
);
extern int LbxOptParseReply(
-#if NeedFunctionPrototypes
XServerPtr /*server*/,
int /*nopts*/,
unsigned char * /*preply*/,
int /*replylen*/
-#endif
);
extern void LbxNoDelta(
-#if NeedFunctionPrototypes
void
-#endif
);
extern void LbxNoComp(
-#if NeedFunctionPrototypes
void
-#endif
);
extern void LbxNoSquish(
-#if NeedFunctionPrototypes
void
-#endif
);
extern LbxBitmapCompMethod *LbxLookupBitmapCompMethod (
-#if NeedFunctionPrototypes
XServerPtr /*server*/,
int /* methodOpCode */
-#endif
);
extern LbxPixmapCompMethod *LbxLookupPixmapCompMethod (
-#if NeedFunctionPrototypes
XServerPtr /*server*/,
int /* methodOpCode */
-#endif
);
extern LbxBitmapCompMethod *LbxFindPreferredBitmapCompMethod (
-#if NeedFunctionPrototypes
XServerPtr /*server*/
-#endif
);
extern LbxPixmapCompMethod *LbxFindPreferredPixmapCompMethod (
-#if NeedFunctionPrototypes
XServerPtr /*server*/,
int /* format */,
int /* depth */
-#endif
);
#endif /* _LBX_PROXYOPTS_H_ */