]> Joshua Wise's Git repositories - netwatch.git/blob - net/rfb.h
Be more quiet about this whole transmit and receive business. This time, we actually...
[netwatch.git] / net / rfb.h
1 #ifndef _RFB_H
2 #define _RFB_H
3
4 void rfb_init(void);
5
6 #define RFB_PORT        5900
7
8 #endif /* _RFB_H */
This page took 0.022639 seconds and 4 git commands to generate.