X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=b1c750a5727375c7a9e8fa8e2a478fef2ba0b081;hp=ed59b2444141f1514c8b18bc8ebdbc5b4b0998e0;hb=d525573d235fbbba664d69e90450c7b82eb05835;hpb=993dbbde026bca7f48aadf645066e0f0c25967a0 diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index ed59b244..b1c750a5 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -29,6 +29,6 @@ int afp_getsrvrparms (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size int afp_closevol (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen); /* netatalk functions */ -extern void close_all_vol (void); - +extern void close_all_vol(void); +extern void closevol(struct vol *vol); #endif