summaryrefslogtreecommitdiff
path: root/ext/msession/reqclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/msession/reqclient.h')
-rw-r--r--ext/msession/reqclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msession/reqclient.h b/ext/msession/reqclient.h
index fd6cf7ed92..f8b2695d1e 100644
--- a/ext/msession/reqclient.h
+++ b/ext/msession/reqclient.h
@@ -137,7 +137,7 @@ int DoSingleRequest(char *hostname, int port, REQB **preq);
void *OpenReqConn(char *hostname, int port);
void CloseReqConn(void *conn);
int DoRequest(void *conn, REQB **preq);
-char *ReqErr(int param);
+char *ReqbErr(REQB *reqb);
#define ASSERT_STAT(PREQ) if(PREQ->stat != REQ_OK) \
{fprintf(stderr, "Error in Request %s %d %s\n", \