source: npl/mediabox/lcdproc_edwin/src/clients/lcdproc/net.h

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 154 bytes
Line 
1#ifndef NET_H
2#define NET_H
3
4int net_init();
5int net_close();
6
7int net_screen(int rep, int display);
8//int mem_top_screen(int rep, int display);
9
10
11#endif
Note: See TracBrowser for help on using the repository browser.