minix/lib/libvboxfs/glo.h
2012-04-09 19:25:18 +02:00

10 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 */