]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/netatalk_conf.h
Convert ad file suite and CNID daemons to use new config code
[netatalk.git] / include / atalk / netatalk_conf.h
index 5b6ab5719910273d7eab84779425644f6b1862f2..3384f3d5898f1961d62dd351fd18db530b0f7637 100644 (file)
@@ -26,6 +26,7 @@ extern int        load_volumes(AFPObj *obj, void (*delvol_fn)(const struct vol *
 extern void       unload_volumes(void);
 extern struct vol *getvolumes(void);
 extern struct vol *getvolbyvid(const uint16_t);
+extern struct vol *getvolbypath(const char *path);
 extern void       volume_free(struct vol *vol);
 extern void       volume_unlink(struct vol *volume);
 #endif