[CalendarServer-changes] [5353] CalendarServer/trunk/calendarserver/platform/darwin/_sacl.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 19 10:41:42 PDT 2010


Revision: 5353
          http://trac.macosforge.org/projects/calendarserver/changeset/5353
Author:   glyph at apple.com
Date:     2010-03-19 10:41:40 -0700 (Fri, 19 Mar 2010)
Log Message:
-----------
add additional function prototypes to silence compiler warnings

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/platform/darwin/_sacl.c

Modified: CalendarServer/trunk/calendarserver/platform/darwin/_sacl.c
===================================================================
--- CalendarServer/trunk/calendarserver/platform/darwin/_sacl.c	2010-03-19 16:13:05 UTC (rev 5352)
+++ CalendarServer/trunk/calendarserver/platform/darwin/_sacl.c	2010-03-19 17:41:40 UTC (rev 5353)
@@ -19,6 +19,8 @@
 #include <membership.h>
 
 int mbr_check_service_membership(const uuid_t user, const char* servicename, int* ismember);
+int mbr_user_name_to_uuid(const char* name, uuid_t uu);
+int mbr_group_name_to_uuid(const char* name, uuid_t uu);
 
 /*
     CheckSACL(userOrGroupName, service)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100319/38245a23/attachment.html>


More information about the calendarserver-changes mailing list