X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=eedc622bd275107758b7522e570f6e37eb278b4c;hb=6f2df6f53efa0ada8df3999c46682fe8e9b085a0;hp=fd2d22514ff086d42daaf6eae389a0b3cf970e95;hpb=630e099b8bcd83186cf6df8290d0856f9e801c4f;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index fd2d2251..eedc622b 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -13,11 +13,7 @@ #include #include #include - -#include "globals.h" -#if 0 -#include "hash.h" -#endif +#include extern struct vol *getvolbyvid (const u_int16_t); extern int ustatfs_getvolspace (const struct vol *, @@ -28,6 +24,7 @@ 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 vol_fce_tm_event(void); /* FP functions */ int afp_openvol (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen);