aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Helmut Grohne <helmut@subdivi.de>2009-07-29 15:05:32 +0200
committerGravatar Helmut Grohne <helmut@subdivi.de>2009-07-29 15:05:32 +0200
commitf1a8ebafabd272faac776fcd6ceea8d1db8d1e5e (patch)
tree9872fd7389889193c3e55a0b7c80422563e45718 /uzbl.h
parent90631ed4def3468352102242f887c70e626cee68 (diff)
parent5f8df96111a5f586a4955f19b440d56e576400f9 (diff)
Merge branch 'helmut' into helmutexp
Conflicts: uzbl.c
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uzbl.h b/uzbl.h
index 440f36c..a8d76eb 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -20,7 +20,7 @@ enum {
};
const struct {
- gchar *symbol_name;
+ /*@null@*/ gchar *symbol_name;
guint symbol_token;
} symbols[] = {
{"KEYCMD", SYM_KEYCMD},
@@ -401,7 +401,7 @@ void
exec_paramcmd(const Action* act, const guint i);
void
-initialize ();
+initialize (int argc, char *argv[]);
void
create_browser ();