]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
First working IPC reconnect
[netatalk.git] / etc / afpd / volume.h
index b33e9c313cf22713ccf738efcb3758b4b07a1dea..2339ca8cf855aeb98ff4db757abcdbd6ccdae6f8 100644 (file)
@@ -13,8 +13,8 @@
 #include <atalk/volume.h>
 #include <atalk/cnid.h>
 #include <atalk/unicode.h>
+#include <atalk/globals.h>
 
-#include "globals.h"
 #if 0
 #include "hash.h"
 #endif
@@ -26,14 +26,8 @@ extern int              ustatfs_getvolspace (const struct vol *,
 extern void             setvoltime (AFPObj *, struct vol *);
 extern int              pollvoltime (AFPObj *);
 extern void             load_volumes (AFPObj *obj);
-extern int              readvolfile(AFPObj *obj,
-                                    struct afp_volume_name *p1,
-                                    char *p2,
-                                    int user,
-                                    struct passwd *pwent);
 extern const struct vol *getvolumes(void);
 extern void             unload_volumes_and_extmap(void);
-extern char             *get_uuid(const AFPObj *obj, const char *volname);
 
 /* FP functions */
 int afp_openvol      (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rbuflen);