Remove building with NOCRYPTO option
[minix3.git] / minix / lib / libvtreefs / glo.h
blob49ca2e86e4ff56feedf0efa38a1b4ee9ab8fdc28
1 #ifndef _VTREEFS_GLO_H
2 #define _VTREEFS_GLO_H
4 #ifdef _TABLE
5 #undef EXTERN
6 #define EXTERN
7 #endif
9 EXTERN struct fs_hooks *vtreefs_hooks;
11 extern struct fsdriver vtreefs_table;
13 #endif /* _VTREEFS_GLO_H */