xref: /minix3/minix/lib/libhgfs/glo.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
2*433d6423SLionel Sambuc 
3*433d6423SLionel Sambuc #define rpc_buf PREFIX(rpc_buf)
4*433d6423SLionel Sambuc #define rpc_ptr PREFIX(rpc_ptr)
5*433d6423SLionel Sambuc extern char rpc_buf[RPC_BUF_SIZE];
6*433d6423SLionel Sambuc extern char *rpc_ptr;
7