diff options
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h new file mode 100644 index 0000000..c70b426 --- /dev/null +++ b/monitor.h @@ -0,0 +1,7 @@ +#ifndef _MONITOR_H +#define _MONITOR_H + +void monitor(); +void monitor_cleanup(); + +#endif |
