mod_musicindex  1.4.1
http.h
Go to the documentation of this file.
1 /*
2  * html.h
3  * mod_musicindex
4  *
5  * $Id: http.h 1003 2012-07-31 09:53:17Z varenet $
6  *
7  * Created by Regis BOUDIN on Sun Jun 13 2004.
8  * Copyright (c) 2003-2004 Regis BOUDIN
9  * Copyright (c) 2003-2004 Thibaut VARENE
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 2.1,
13  * as published by the Free Software Foundation.
14  *
15  */
16 
17 #ifndef HTTP_H
18 #define HTTP_H
19 
20 #include "mod_musicindex.h"
21 
22 void treat_get_args(request_rec *r);
23 void treat_post_args(request_rec *r);
24 
25 void cookie_and_stream_work(request_rec *r);
26 
27 #endif /* HTTP_H */