Skip to content

Commit

Permalink
fixup! curl: Import libsoup's URI parser
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 13, 2017
1 parent 4c671fd commit 65fcdc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/libostree/ostree-soup-form.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* calls.
*/

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <string.h>

Expand Down
10 changes: 5 additions & 5 deletions src/libostree/ostree-soup-uri.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SOUP_AVAILABLE_IN_2_4
SoupURI *soup_uri_new (const char *uri_string);

SOUP_AVAILABLE_IN_2_4
char *soup_uri_to_string (SoupURI *uri,
char *soup_uri_to_string (SoupURI *uri,
gboolean just_path_and_query);

SOUP_AVAILABLE_IN_2_4
Expand All @@ -69,15 +69,15 @@ gboolean soup_uri_equal (SoupURI *uri1,
SoupURI *uri2);

SOUP_AVAILABLE_IN_2_4
void soup_uri_free (SoupURI *uri);
void soup_uri_free (SoupURI *uri);

SOUP_AVAILABLE_IN_2_4
char *soup_uri_encode (const char *part,
char *soup_uri_encode (const char *part,
const char *escape_extra);
SOUP_AVAILABLE_IN_2_4
char *soup_uri_decode (const char *part);
char *soup_uri_decode (const char *part);
SOUP_AVAILABLE_IN_2_4
char *soup_uri_normalize (const char *part,
char *soup_uri_normalize (const char *part,
const char *unescape_extra);

SOUP_AVAILABLE_IN_2_4
Expand Down

0 comments on commit 65fcdc8

Please sign in to comment.