source: npl/mediabox/lcdproc_edwin/src/clients/lcdproc/chrono.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: 247 bytes
RevLine 
[c5c522c]1#ifndef CHRONO_H
2#define CHRONO_H
3
4int chrono_init();
5int chrono_close();
6
7int clock_screen(int rep, int display);
8int uptime_screen(int rep, int display);
9int time_screen(int rep, int display);
10int big_clock_screen(int rep, int display);
11
12#endif
Note: See TracBrowser for help on using the repository browser.