about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-01 17:40:07 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-01 17:40:07 -0400
commitbd853cb3f256c4faeb9295c87435c1a1eadafd29 (patch)
tree3d0a76b392b32c6fe011e61631475fcce3bdedce /xombrero.h
parent1e2c5ad606b967ebff3f1f81c7e49b48520c8f6a (diff)
downloadxombrero-bd853cb3f256c4faeb9295c87435c1a1eadafd29.tar.gz
Fix some random stuff the rebasing lost. At least the build still
works, will have to check later to make sure all the other features
got in.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index 4fcf58b..75e7ec5 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -335,6 +335,7 @@ const gchar		*get_title(struct tab *, bool);
 void			load_uri(struct tab *t, gchar *uri);
 gboolean		match_uri(const gchar *uri, const gchar *key);
 int			valid_url_type(char *);
+void			expand_tilde(char *, size_t, const char *);
 
 void			load_webkit_string(struct tab *, const char *, gchar *);
 void			button_set_stockid(GtkWidget *, char *);