X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=7402a9a450c9793c9d3119664175e5ba855704b1;hb=f0c9b5ff7f303bea73622a97a5d66407c2fbec97;hp=58dae44dc0d4eab5f0f0b8c66d534d6ba45b9740;hpb=c7e1fb4690ebcc8b333f2ebae99bac5021414c82;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index 58dae44d..7402a9a4 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -35,6 +35,7 @@ extern int readvolfile(AFPObj *obj, 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);