repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement
[minix.git]
/
lib
/
libvboxfs
/
glo.h
blob
b74131b90551a9e570d9785777386e9832b91f61
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 */