xref: /minix3/minix/lib/libvboxfs/glo.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 /* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
2 
3 #ifndef _VBOXFS_GLO_H
4 #define _VBOXFS_GLO_H
5 
6 extern vbox_conn_t vboxfs_conn;
7 extern vboxfs_root_t vboxfs_root;
8 
9 #endif /* !_VBOXFS_GLO_H */
10