aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-expand.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-05 19:22:30 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-05 19:22:30 +0200
commitb9013fb779379c502b7707169eeac7dc15cfdd51 (patch)
tree8823d05881095396d90c12b01339d1c0acadc143 /tests/test-expand.c
parentac0be803633a44848f931d43bfd7f9f0faaaa1c4 (diff)
move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' script which wraps around it to make the browser
Diffstat (limited to 'tests/test-expand.c')
-rw-r--r--tests/test-expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-expand.c b/tests/test-expand.c
index 2299227..0ced1f4 100644
--- a/tests/test-expand.c
+++ b/tests/test-expand.c
@@ -22,10 +22,10 @@
#include <fcntl.h>
#include <signal.h>
-#include <uzbl.h>
+#include <uzbl-core.h>
#include <config.h>
-extern Uzbl uzbl;
+extern UzblCore uzbl;
extern gchar* expand(char*, guint);
extern void make_var_to_name_hash(void);