]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/unix.h
Merge remote-tracking branch 'origin/develop' into spotlight
[netatalk.git] / include / atalk / unix.h
index 62303692b2668c6fa2f3daffd631d192bb1caaa1..01997e9400f8b74d5e4c77a6a45c4f036029d4b0 100644 (file)
@@ -1,5 +1,4 @@
 /*
-   $Id: unix.h,v 1.3 2010-03-12 15:16:49 franklahm Exp $
    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
@@ -20,6 +19,7 @@
 #include <config.h>
 #endif
 
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <dirent.h>
 
@@ -46,5 +46,6 @@ extern int copy_ea(const char *ea, int sfd, const char *src, const char *dst, mo
 
 extern void become_root(void);
 extern void unbecome_root(void);
+extern int gmem(gid_t gid, int ngroups, gid_t *groups);
 
 #endif  /* ATALK_UNIX_H */