X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=a0b45940a1397036370df7029d3800c803100d08;hb=6d60f95c388da5f8f901d67e0018cf4896e6c6dc;hp=b33e9c313cf22713ccf738efcb3758b4b07a1dea;hpb=8ea9eaad323ec8ea180ffc277cd409d713a5895f;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index b33e9c31..a0b45940 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -6,9 +6,8 @@ #ifndef AFPD_VOLUME_H #define AFPD_VOLUME_H 1 -#include #include -#include +#include #include #include @@ -26,14 +25,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);