9 lines
198 B
C
9 lines
198 B
C
/* 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 */
|