]> Joshua Wise's Git repositories - netwatch.git/blob - net/rfb.h
Apply patches from jdpotter@google.com, as submitted to NetWatch Maintainer Team...
[netwatch.git] / net / rfb.h
1 /* rfb.h
2  * Remote framebuffer server
3  * NetWatch system management mode administration console
4  *
5  * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
6  * This program is free software; you can redistribute and/or modify it under
7  * the terms found in the file LICENSE in the root of this source tree.
8  *
9  */
10
11 #ifndef _RFB_H
12 #define _RFB_H
13
14 void rfb_init(void);
15
16 #define RFB_PORT        5900
17
18 #endif /* _RFB_H */
This page took 0.02346 seconds and 4 git commands to generate.