diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-22 12:16:17 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-22 12:16:17 +0000 |
commit | ae2f064dc65762e32db10de1362e2cef782eb304 (patch) | |
tree | 71e920f198475801b2cc274160f3678e1db5bcc6 /source3/torture | |
parent | e22a1915fee466c2266361a7b956d1225ad86f56 (diff) | |
download | samba-ae2f064dc65762e32db10de1362e2cef782eb304.tar.gz samba-ae2f064dc65762e32db10de1362e2cef782eb304.tar.bz2 samba-ae2f064dc65762e32db10de1362e2cef782eb304.zip |
Add static
(This used to be commit d0365f20c242bcfc4f5d8286c6c5654e310a9d45)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/masktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/masktest.c b/source3/torture/masktest.c index df0a047aff..7d751fb789 100644 --- a/source3/torture/masktest.c +++ b/source3/torture/masktest.c @@ -254,7 +254,7 @@ struct cli_state *connect_one(char *share) static char *resultp; static file_info *f_info; -void listfn(file_info *f, const char *s, void *state) +static void listfn(file_info *f, const char *s, void *state) { if (strcmp(f->name,".") == 0) { resultp[0] = '+'; |