source: hvcontrol/src/HVMonitor.h@ 40

Last change on this file since 40 was 14, checked in by lstark, 16 years ago
first version of hvcontrol added
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
12void HVMonitor(ProcessIO *m);
13
14#endif
Note: See TracBrowser for help on using the repository browser.