X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=90febbfee00803f6fc803058ffaac982ff599b8d;hb=a2ddc8384c1881c66db1fbba6698bfd09da84b64;hp=f06dcd7bf2f4c33de5a42dbce9fdd53b5a941c91;hpb=b0bcb8f6b0571592a50ce039882c9319e012a270;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index f06dcd7b..90febbfe 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -14,15 +14,15 @@ #include #include -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 */