2007-01-21 [colin] 2.7.1cvs44
[claws.git] / src / common / utils.c
index 6b8543862d1d2c88ee35b7c1de0f4e724171e0f7..c1d1d84c15c4cc67c3358f771905e2c5254b8cbd 100644 (file)
@@ -3294,7 +3294,7 @@ gchar *file_read_stream_to_str(FILE *fp)
        return str;
 }
 
-gint execute_async(gchar *const argv[])
+static gint execute_async(gchar *const argv[])
 {
        g_return_val_if_fail(argv != NULL && argv[0] != NULL, -1);
 
@@ -3307,7 +3307,7 @@ gint execute_async(gchar *const argv[])
        return 0;
 }
 
-gint execute_sync(gchar *const argv[])
+static gint execute_sync(gchar *const argv[])
 {
        gint status;