Update post installation article url
[minix3.git] / minix / lib / libhgfs / glo.h
blobaa1ae7fe0b47b452d87eeba3fcc3aa62c5270566
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
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;