Changeset b623b68 in mainline for uspace/lib/http/src/http.c
- Timestamp:
- 2013-09-26T09:24:46Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d4f656
- Parents:
- 3ce68b7
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/http/src/http.c
r3ce68b7 rb623b68 42 42 #include <inet/dnsr.h> 43 43 44 #include "http.h"45 #include "receive-buffer.h"44 #include <http/http.h> 45 #include <http/receive-buffer.h> 46 46 47 47 static ssize_t http_receive(void *client_data, void *buf, size_t buf_size)
Note:
See TracChangeset
for help on using the changeset viewer.