Update the Joyent http_parser.c to version 2.0, cleanup code accordingly
[deb_shairplay.git] / src / lib / http_request.h
index 2323af535a56809c11b0467dbe47da13ccd4546f..7899216d3ccde7242aac17826e64c3f0b45eaf94 100644 (file)
@@ -1,10 +1,24 @@
+/**
+ *  Copyright (C) 2011-2012  Juho Vähä-Herttua
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ */
+
 #ifndef HTTP_REQUEST_H
 #define HTTP_REQUEST_H
 
 typedef struct http_request_s http_request_t;
 
 
-http_request_t *http_request_init(int numerichost);
+http_request_t *http_request_init(void);
 
 int http_request_add_data(http_request_t *request, const char *data, int datalen);
 int http_request_is_complete(http_request_t *request);