minix3/lib/libhgfs/glo.h

7 lines
177 B
C
Raw Permalink Normal View History

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