summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 23:35:25 +0000
committerTim Potter <tpot@samba.org>2003-02-25 23:35:25 +0000
commitf9d577ac099974f58522c1c5c42e5804a62c8e0b (patch)
tree2c6df20b506c0bc7baebe3d4ab5624541c1243e6
parent991f6cc3c13cdeb8d7cf0dea25af29bbc7987c64 (diff)
downloadsamba-f9d577ac099974f58522c1c5c42e5804a62c8e0b.tar.gz
samba-f9d577ac099974f58522c1c5c42e5804a62c8e0b.tar.bz2
samba-f9d577ac099974f58522c1c5c42e5804a62c8e0b.zip
Fix compiler warning.
(This used to be commit 0308f24ad209a28799b36d041be2dc2be2b2dac8)
-rw-r--r--source3/utils/profiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c
index b4087cf6cf..4f40b93810 100644
--- a/source3/utils/profiles.c
+++ b/source3/utils/profiles.c
@@ -391,7 +391,7 @@ typedef struct acl_struct {
#define OFF(f) (0x1000 + (f) + 4)
-void print_sid(DOM_SID *sid);
+static void print_sid(DOM_SID *sid);
int verbose = 1;
DOM_SID old_sid, new_sid;