aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index ef948ca..049053a 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -98,7 +98,8 @@ typedef struct {
gchar *selected_url;
gchar *last_selected_url;
gchar *executable_path;
- gchar* searchtx;
+ gchar *searchtx;
+ gchar *last_result;
gboolean verbose;
gboolean events_stdout;
GPtrArray *event_buffer;