summaryrefslogtreecommitdiff
path: root/minix/lib/libhgfs/glo.h
blob: aa1ae7fe0b47b452d87eeba3fcc3aa62c5270566 (plain)
1
2
3
4
5
6
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */

#define rpc_buf PREFIX(rpc_buf)
#define rpc_ptr PREFIX(rpc_ptr)
extern char rpc_buf[RPC_BUF_SIZE];
extern char *rpc_ptr;