aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-06-24 15:10:34 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-06-24 15:10:34 -0400
commitf6348eb684e057960e4d5689766204893bdbab1e (patch)
treec000a536b9822adf6ec4699b95a244ef076471af
parent7965bdf8eaa53e0cd7472f042847341e401d0eaa (diff)
leftover static keywords in uzbl.h because they were on their one line
-rw-r--r--uzbl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/uzbl.h b/uzbl.h
index 78d9fda..d6fb1f5 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -229,8 +229,8 @@ str_replace (const char* search, const char* replace, const char* string);
GArray*
read_file_by_line (gchar *path);
-static
-gchar* parseenv (char* string);
+gchar*
+parseenv (char* string);
void
clean_up(void);
@@ -383,8 +383,8 @@ create_browser ();
GtkWidget*
create_mainbar ();
-static
-GtkWidget* create_window ();
+GtkWidget*
+create_window ();
void
run_handler (const gchar *act, const gchar *args);