summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfxvideo/cfg.c')
-rw-r--r--plugins/dfxvideo/cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfxvideo/cfg.c b/plugins/dfxvideo/cfg.c
index 9baf8bc2..04148486 100644
--- a/plugins/dfxvideo/cfg.c
+++ b/plugins/dfxvideo/cfg.c
@@ -80,7 +80,7 @@ char * pConfigFile = NULL;
size+=sprintf(pB+size, "%s = %.1f\n", name, (double)var); \
}
-void ReadConfigFile()
+static void ReadConfigFile()
{
struct stat buf;
FILE *in;char t[256];int len, size;
@@ -166,7 +166,7 @@ void ReadConfigFile()
free(pB);
}
-void ExecCfg(char *arg) {
+static void ExecCfg(char *arg) {
char cfg[256];
struct stat buf;