]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] declare process_session in session.h, not proto_http.h
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Dec 2008 00:35:40 +0000 (01:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Dec 2008 00:35:40 +0000 (01:35 +0100)
include/proto/proto_http.h
include/proto/session.h

index 04e68a8be93c1d8b1a5a2da5b05192aedcce4595..c7236518713b3d2bad9daefc3ec12d1ae1de6449 100644 (file)
@@ -58,7 +58,6 @@ extern const char http_is_ver_token[256];
 #define HTTP_IS_VER_TOKEN(x) (http_is_ver_token[(unsigned char)(x)])
 
 int event_accept(int fd);
-void process_session(struct task *t, int *next);
 int process_cli(struct session *t);
 int process_srv_data(struct session *t);
 int process_srv_conn(struct session *t);
index 035775710206c8a118a2d8c056c1b3842f296e11..ad0a57ea3438cb159d79bc4216af73989ce3ad73 100644 (file)
@@ -36,6 +36,7 @@ int init_session();
 
 void session_process_counters(struct session *s);
 void sess_change_server(struct session *sess, struct server *newsrv);
+void process_session(struct task *t, int *next);
 
 static void inline trace_term(struct session *s, unsigned int code)
 {