X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=fd2d22514ff086d42daaf6eae389a0b3cf970e95;hb=4054f4b3c85ecab060dafd46c0d3632cadbb5803;hp=b33e9c313cf22713ccf738efcb3758b4b07a1dea;hpb=4a63d5961aeae41acf4bdeb3c08e1b8512b9d97a;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index b33e9c31..fd2d2251 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -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);