summaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-24 13:47:25 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-24 13:47:25 -0400
commita748ecd3ed4b9f620f6b3b911a23f689902cdffd (patch)
tree7431c26b0de72ac9d768cf3652bca0f217e64951 /src/misc.h
parent378a4098e362794b4feb3d75e40b6ada697c47e9 (diff)
Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.h b/src/misc.h
index 0b4eaaa5..75f0f78a 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -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);