From f9d577ac099974f58522c1c5c42e5804a62c8e0b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 25 Feb 2003 23:35:25 +0000 Subject: Fix compiler warning. (This used to be commit 0308f24ad209a28799b36d041be2dc2be2b2dac8) --- source3/utils/profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; -- cgit