]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/unix.h
Add become_root() capability to nfsv4_chmod()
[netatalk.git] / include / atalk / unix.h
index f6d191ca6000d21f1613cad1a3fd6afb47083786..cc7bf5b08f75bc1612ce0e418c867d97d9380a75 100644 (file)
@@ -39,4 +39,7 @@ extern int dir_rx_set(mode_t mode);
 extern int stickydirmode(const char *name, const mode_t mode, const int dropbox, const mode_t v_umask);
 extern int unix_rename(int sfd, const char *oldpath, int dfd, const char *newpath);
 extern int copy_file(int sfd, const char *src, const char *dst, mode_t mode);
+extern void become_root(void);
+extern void unbecome_root(void);
+
 #endif  /* ATALK_UNIX_H */