]> Joshua Wise's Git repositories - netwatch.git/blame - net/rfb.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[netwatch.git] / net / rfb.h
CommitLineData
7da36fbd
JP
1#ifndef _RFB_H
2#define _RFB_H
3
4void rfb_init(void);
5
6#define RFB_PORT 5900
7
8#endif /* _RFB_H */
This page took 0.023105 seconds and 4 git commands to generate.