]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
Merge master
[netatalk.git] / etc / afpd / volume.h
index f06dcd7bf2f4c33de5a42dbce9fdd53b5a941c91..0a9f0f01fedba48e3e23fdc8566bee32c67e281f 100644 (file)
 #include <atalk/unicode.h>
 #include <atalk/globals.h>
 
-extern struct vol       *getvolbyvid (const u_int16_t);
+extern struct vol       *getvolbyvid (const uint16_t);
 extern int              ustatfs_getvolspace (const struct vol *,
             VolSpace *, VolSpace *,
-            u_int32_t *);
+            uint32_t *);
 extern void             setvoltime (AFPObj *, struct vol *);
 extern int              pollvoltime (AFPObj *);
 extern void             load_volumes (AFPObj *obj);