summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-16 13:37:14 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-16 13:37:14 +0000
commita1361f22b43e78b00cdddab3a0a2b9e4871965f7 (patch)
tree0d7a34e8035a06a8cbffa9678ad8689f953281d2 /utils/utils.h
parent444d3ac94a1d19a30963c38ad605deec778f3c27 (diff)
parenta2247a75a3dab9d583617299a88d0e76c923f83b (diff)
downloadnetsurf-a1361f22b43e78b00cdddab3a0a2b9e4871965f7.tar.gz
netsurf-a1361f22b43e78b00cdddab3a0a2b9e4871965f7.tar.bz2
Merge branch 'vince/guivtable'
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/utils/utils.h b/utils/utils.h
index f2241ae07..ed19cb33f 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -184,10 +184,6 @@ inline static char digit2uppercase_hex(unsigned char digit) {
/* Platform specific functions */
void die(const char * const error);
void warn_user(const char *warning, const char *detail);
-query_id query_user(const char *query, const char *detail,
- const query_callback *cb, void *pw, const char *yes, const char *no);
-void query_close(query_id);
void PDF_Password(char **owner_pass, char **user_pass, char *path);
-char *filename_from_path(char *path);
-bool path_add_part(char *path, int length, const char *newpart);
+
#endif