Rename struct rc4_context and stream cipher send/receive functions.
[paraslash.git] / gui_theme.c
index 5976a0e73f1072d963ca5c325a8f2299b5b25fff..ffa5d792ee199f16e5bb26c5e6557054520f8e5c 100644 (file)
@@ -377,7 +377,7 @@ struct theme_description themes[] = {
 
 static int current_theme_num;
 
-void set_theme(int num, struct gui_theme *t)
+static void set_theme(int num, struct gui_theme *t)
 {
        int i;
        FOR_EACH_STATUS_ITEM(i)
@@ -412,4 +412,3 @@ void next_theme(struct gui_theme *t)
 {
        return set_theme(--current_theme_num, t);
 }
-