summaryrefslogtreecommitdiff
path: root/ext/msession/reqclient.h
diff options
context:
space:
mode:
authorMark L. Woodward <mlwmohawk@php.net>2001-09-20 12:21:01 +0000
committerMark L. Woodward <mlwmohawk@php.net>2001-09-20 12:21:01 +0000
commitd1a1ef3d9b88df38827e2d508e21cdd704b1491f (patch)
treeeacabc9fdd21d80890801ef4f620c0cf81cac018 /ext/msession/reqclient.h
parentf45555e62f578854b5862e6a3b84c0a21a053850 (diff)
downloadphp-git-d1a1ef3d9b88df38827e2d508e21cdd704b1491f.tar.gz
(Removed Makefile, added accidentally.)
Eliminated mod_msession in ext/session, and moved that code into msesion.c
Diffstat (limited to 'ext/msession/reqclient.h')
-rw-r--r--ext/msession/reqclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/msession/reqclient.h b/ext/msession/reqclient.h
index f5a9dedeef..de6c3c3881 100644
--- a/ext/msession/reqclient.h
+++ b/ext/msession/reqclient.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| msession 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Mark L. Woodward (Mohawk Software) |
+ | Copyright (c) 1997-2001 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -82,7 +82,7 @@ void FreeRequestBuffer(REQB *req);
REQB *SizeRequestBuffer(REQB *req, unsigned int size);
REQB *StaticRequestBuffer(char *buffer, unsigned int cb);
-int FormatRequest(REQB **buffer, int stat, char *session, char *name, char *value, int param);
+int FormatRequest(REQB **buffer, int stat, const char *session, const char *name, const char *value, int param);
int FormatRequestMulti(REQB **buffer, int stat, char *session, int n, char **pairs, int param);
int DoSingleRequest(char *hostname, int port, REQB **preq);
void *OpenReqConn(char *hostname, int port);