]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
Rework volume parsing code to ini style and rework main, config init and dsi startup
[netatalk.git] / etc / afpd / volume.h
index f06dcd7bf2f4c33de5a42dbce9fdd53b5a941c91..90febbfee00803f6fc803058ffaac982ff599b8d 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);
 extern const struct vol *getvolumes(void);
-extern void             unload_volumes_and_extmap(void);
+extern void             unload_volumes(void);
 extern void             vol_fce_tm_event(void);
 
 /* FP functions */