X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/db9fad13f192963786c7ac90d305467ac00bd145..4e3ef36be657e274f91162edbbf13265abb23319:/net/rfb.h diff --git a/net/rfb.h b/net/rfb.h deleted file mode 100644 index 25fa3fb..0000000 --- a/net/rfb.h +++ /dev/null @@ -1,18 +0,0 @@ -/* rfb.h - * Remote framebuffer server - * NetWatch system management mode administration console - * - * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. - * This program is free software; you can redistribute and/or modify it under - * the terms found in the file LICENSE in the root of this source tree. - * - */ - -#ifndef _RFB_H -#define _RFB_H - -void rfb_init(void); - -#define RFB_PORT 5900 - -#endif /* _RFB_H */