summarylogtreecommitdiffstats
path: root/netatalk-current_vol.patch
blob: cdd4f570481dd9ecf749c6b26ac7fdc2666a6ca3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/etc/afpd/volume.h
+++ b/etc/afpd/volume.h
@@ -36,6 +36,6 @@
 /* netatalk functions */
 extern void     close_all_vol   (void);
 
-struct vol *current_vol;        /* last volume from getvolbyvid() */
+extern struct vol *current_vol;        /* last volume from getvolbyvid() */
 
 #endif