]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uid.h
Count the amount of data written in afp_write and use it to adjust the cached TM...
[netatalk.git] / etc / afpd / uid.h
index 859b4a559f95c86392a10a7a935d35771e660428..7f00b20676a73bf74705a0e6cb4dc7d964d6c5e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uid.h,v 1.4 2001-08-15 01:13:25 samnoble Exp $
+ * $Id: uid.h,v 1.6 2002-08-30 19:32:41 didg Exp $
  * code: jeff@univrel.pr.uconn.edu
  */
 
 /* have to make sure struct vol is defined */
 #include "volume.h"
 
-/* set up a structure for this */
-typedef struct uidgidset_t {
-       uid_t uid;
-       gid_t gid;
-} uidgidset;
-
 /* functions to save and restore uid/gid pairs */
-extern void save_uidgid    ( uidgidset ** );
-extern void restore_uidgid ( uidgidset ** );
+extern void save_uidgid    ( uidgidset * );
+extern void restore_uidgid ( uidgidset * );
 extern void set_uidgid     ( const struct vol * );
 
 /* internal functions to convert user and group names to ids */