summaryrefslogtreecommitdiff
path: root/include/proxyopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proxyopts.h')
-rw-r--r--include/proxyopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proxyopts.h b/include/proxyopts.h
index 3d29ee2..3036efb 100644
--- a/include/proxyopts.h
+++ b/include/proxyopts.h
@@ -80,13 +80,13 @@ extern void LbxOptInit(
extern int LbxOptBuildReq(
XServerPtr /*server*/,
- char * /*buf*/
+ void * /*buf*/
);
extern int LbxOptParseReply(
XServerPtr /*server*/,
int /*nopts*/,
- unsigned char * /*preply*/,
+ void * /*preply*/,
int /*replylen*/
);