repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update post installation article url
[minix3.git]
/
minix
/
lib
/
libhgfs
/
glo.h
blob
aa1ae7fe0b47b452d87eeba3fcc3aa62c5270566
1
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
2
3
#define rpc_buf PREFIX(rpc_buf)
4
#define rpc_ptr PREFIX(rpc_ptr)
5
extern
char
rpc_buf
[
RPC_BUF_SIZE
];
6
extern
char
*
rpc_ptr
;