From: Volker Lendecke Date: Mon, 14 Sep 2009 20:47:31 +0000 (+0200) Subject: s3:vfs_catia: Make some fns static X-Git-Tag: talloc-2.0.1~518^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94361e1e29d015e9cdfde47f7163d1dd7bb596a;p=thirdparty%2Fsamba.git s3:vfs_catia: Make some fns static --- diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index 279ab596fba..0917812ee23 100644 --- a/source3/modules/vfs_catia.c +++ b/source3/modules/vfs_catia.c @@ -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;