]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/unix.h
Merge master
[netatalk.git] / include / atalk / unix.h
index 05d71059a2b7693ea4c61773c651ef8c7c8b4f8e..24c1f7c5686e8d4063e655412d7e86f653b6e476 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
@@ -43,4 +42,9 @@ extern int unix_rename(int sfd, const char *oldpath, int dfd, const char *newpat
 extern int copy_file(int sfd, const char *src, const char *dst, mode_t mode);
 extern int copy_file_fd(int sfd, int dfd);
 extern int copy_ea(const char *ea, int sfd, const char *src, const char *dst, mode_t mode);
+
+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 */