]> git.tuebingen.mpg.de Git - paraslash.git/blob - http.h
aac_afh: Fix check of return value of mp4ff_meta_update().
[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/"