]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
Count the amount of data written in afp_write and use it to adjust the cached TM...
[netatalk.git] / etc / afpd / volume.h
index 2339ca8cf855aeb98ff4db757abcdbd6ccdae6f8..eedc622bd275107758b7522e570f6e37eb278b4c 100644 (file)
 #include <atalk/unicode.h>
 #include <atalk/globals.h>
 
-#if 0
-#include "hash.h"
-#endif
-
 extern struct vol       *getvolbyvid (const u_int16_t);
 extern int              ustatfs_getvolspace (const struct vol *,
             VolSpace *, VolSpace *,
@@ -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);