score.c: Remove unused admissible_file_loop_reverse().
[paraslash.git] / http.h
1 /** \file http.h macros used by http_send and http_recv */
2
3 /** sent by the http sender to the client */
4 #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n"
5
6 /** sent by the connecting http client (http_recv, xmms, ...) */
7 #define HTTP_GET_MSG "GET / HTTP/"