blob: b74131b90551a9e570d9785777386e9832b91f61 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
#ifndef _VBOXFS_GLO_H
#define _VBOXFS_GLO_H
extern vbox_conn_t vboxfs_conn;
extern vboxfs_root_t vboxfs_root;
#endif /* !_VBOXFS_GLO_H */
|