s3:vfs_catia: Make some fns static
authorVolker Lendecke <vl@samba.org>
Mon, 14 Sep 2009 20:47:31 +0000 (22:47 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 14 Sep 2009 20:48:45 +0000 (22:48 +0200)
source3/modules/vfs_catia.c

index 279ab596fbacb3adb4e24f60988b2b1863a9782e..0917812ee23deff4172cfafbc15530ca30207f47 100644 (file)
@@ -103,8 +103,8 @@ static bool build_ranges(struct char_mappings **cmaps,
        return True;
 }
 
-struct share_mapping_entry *get_srt(connection_struct *conn,
-                                   struct share_mapping_entry **global)
+static struct share_mapping_entry *get_srt(connection_struct *conn,
+                                          struct share_mapping_entry **global)
 {
        struct share_mapping_entry *share;
 
@@ -119,7 +119,7 @@ struct share_mapping_entry *get_srt(connection_struct *conn,
        return share;
 }
 
-struct share_mapping_entry *add_srt(int snum, const char **mappings)
+static struct share_mapping_entry *add_srt(int snum, const char **mappings)
 {
 
        char *tmp;