diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:47:25 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-24 13:47:25 -0400 |
commit | a748ecd3ed4b9f620f6b3b911a23f689902cdffd (patch) | |
tree | 7431c26b0de72ac9d768cf3652bca0f217e64951 /src/misc.h | |
parent | 378a4098e362794b4feb3d75e40b6ada697c47e9 (diff) |
Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ void a_Misc_parse_content_type(const char *str, char **major, char **minor, char **charset); int a_Misc_content_type_cmp(const char* ct1, const char *ct2); int a_Misc_parse_geometry(char *geom, int *x, int *y, int *w, int *h); +int a_Misc_parse_search_url(char *source, char **label, char **urlstr); char *a_Misc_encode_base64(const char *in); Dstr *a_Misc_file2dstr(const char *filename); |