mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Insert prototypes to remove compiler warnings. [Joe Orton]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -39,6 +39,9 @@ typedef struct {
|
||||
int remove_set;
|
||||
} session_cookie_dir_conf;
|
||||
|
||||
AP_DECLARE(int) ap_session_cookie_save(request_rec * r, session_rec * z);
|
||||
AP_DECLARE(int) ap_session_cookie_load(request_rec * r, session_rec ** z);
|
||||
|
||||
/**
|
||||
* Set the cookie and embed the session within it.
|
||||
*
|
||||
|
Reference in New Issue
Block a user