diff options
Diffstat (limited to 'plugins/dfsound/spucfg-0.1df/main.c')
| -rw-r--r-- | plugins/dfsound/spucfg-0.1df/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dfsound/spucfg-0.1df/main.c b/plugins/dfsound/spucfg-0.1df/main.c index ce2efbaf..8bea2b58 100644 --- a/plugins/dfsound/spucfg-0.1df/main.c +++ b/plugins/dfsound/spucfg-0.1df/main.c @@ -22,7 +22,7 @@ void SaveConfig(GtkWidget *widget, gpointer user_datal); /* This function checks for the value being outside the accepted range, and returns the appropriate boundary value */ -int set_limit (char *p, int len, int lower, int upper) +static int set_limit (char *p, int len, int lower, int upper) { int val = 0; @@ -37,13 +37,13 @@ int set_limit (char *p, int len, int lower, int upper) return val; } -void on_about_clicked (GtkWidget *widget, gpointer user_data) +static void on_about_clicked (GtkWidget *widget, gpointer user_data) { gtk_widget_destroy (widget); exit (0); } -void OnConfigClose(GtkWidget *widget, gpointer user_data) +static void OnConfigClose(GtkWidget *widget, gpointer user_data) { GladeXML *xml = (GladeXML *)user_data; |
