4 * \brief Header: Midnight Commander file system
10 #define mcserver_port 9876
12 /* This number was registered for program "mcfs" with rpc@Sun.COM */
13 #define RPC_PROGNUM 300516
16 /* this constants must be kept in sync with mcserv.c commands */
17 /* They are the messages sent on the link connection */
44 /* Control commands */
48 MC_UTIME
, /* it has to go here for compatibility with old
49 servers/clients. sigh ... */
51 MC_INVALID_PASS
= 0x1000,
59 extern void init_mcfs (void);
60 extern void tcp_invalidate_socket (int);