leftover static keywords in uzbl.h because they were on their one line
authoruranther <jwheaton@purdue.edu>
Wed, 24 Jun 2009 19:10:34 +0000 (15:10 -0400)
committeruranther <jwheaton@purdue.edu>
Wed, 24 Jun 2009 19:10:34 +0000 (15:10 -0400)
uzbl.h

diff --git a/uzbl.h b/uzbl.h
index 78d9fda..d6fb1f5 100644 (file)
--- 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);