aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-05-05 00:47:44 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-05-05 00:47:44 +0200
commit52476946951ce3d5833ed5c128c3653e056809ba (patch)
treea9e7cf8386f159322bcf87cc6c1d9006bad76950 /uzbl.h
parent0dc558f8e7ae6c6ee6d2bd40c30a8575fa74b4c1 (diff)
removed eprint() and estrdup() from uzbl.h
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/uzbl.h b/uzbl.h
index b8ef9ad..7139a0a 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -57,12 +57,8 @@ typedef struct {
} Action;
-void
-eprint(const char *errstr, ...);
-
-char *
-estrdup(const char *str);
+/* Functions */
char *
itos(int val);