[MINOR] declare process_session in session.h, not proto_http.h
diff --git a/include/proto/session.h b/include/proto/session.h
index 0357757..ad0a57e 100644
--- a/include/proto/session.h
+++ b/include/proto/session.h
@@ -36,6 +36,7 @@
 
 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)
 {