minix/servers/hgfs/libhgfs/glo.h
2010-01-25 23:18:02 +00:00

7 lines
177 B
C

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