]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
Merge master
[netatalk.git] / etc / afpd / volume.h
index a0b45940a1397036370df7029d3800c803100d08..f06dcd7bf2f4c33de5a42dbce9fdd53b5a941c91 100644 (file)
 #include <atalk/volume.h>
 #include <atalk/cnid.h>
 #include <atalk/unicode.h>
-
-#include "globals.h"
-#if 0
-#include "hash.h"
-#endif
+#include <atalk/globals.h>
 
 extern struct vol       *getvolbyvid (const u_int16_t);
 extern int              ustatfs_getvolspace (const struct vol *,
@@ -27,6 +23,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);