Changeset b623b68 in mainline for uspace/lib/http/src/headers.c


Ignore:
Timestamp:
2013-09-26T09:24:46Z (12 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d4f656
Parents:
3ce68b7
Message:

Split libhttp into include and src directories

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/http/src/headers.c

    r3ce68b7 rb623b68  
    3939#include <macros.h>
    4040
    41 #include "http.h"
    42 #include "http-ctype.h"
     41#include <http/http.h>
     42#include <http/ctype.h>
    4343
    4444#define HTTP_HEADER_LINE "%s: %s\r\n"
Note: See TracChangeset for help on using the changeset viewer.