aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index d6fb1f5..9c5db85 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -217,6 +217,9 @@ XDG_Var XDG[] =
};
/* Functions */
+gchar *
+expand_template(const char *template, gboolean escape_markup);
+
void
setup_scanner();