source:
npl/mediabox/lcdproc_edwin/src/clients/lcdproc/disk.h
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 114 bytes |
Line | |
---|---|
1 | #ifndef DISK_H |
2 | #define DISK_H |
3 | |
4 | int disk_init(); |
5 | int disk_close(); |
6 | |
7 | int disk_screen(int rep, int display); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.