xref: /minix/minix/lib/libvboxfs/glo.h (revision 00b67f09)
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