source:
hvcontrol/src/HVMonitor.h@
40
Last change on this file since 40 was 14, checked in by , 16 years ago | |
---|---|
File size: 215 bytes |
Line | |
---|---|
1 | #ifndef HVMonitor_H_SEEN |
2 | #define HVMonitor_H_SEEN |
3 | |
4 | #include <stdio.h> |
5 | #include <unistd.h> |
6 | #include <signal.h> |
7 | |
8 | #include "ProcessIO.h" |
9 | #include "Types.h" |
10 | #include "Utilities.h" |
11 | |
12 | void HVMonitor(ProcessIO *m); |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.