minix3/lib/libvboxfs/glo.h

10 lines
198 B
C
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
/* 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 */