source: hvcontrol/src/ConsoleCommand.h@ 75

Last change on this file since 75 was 14, checked in by lstark, 16 years ago
first version of hvcontrol added
File size: 233 bytes
Line 
1#ifndef CONSOLECOMMAND_H_SEEN
2#define CONSOLECOMMAND_H_SEEN
3
4#include <string.h>
5#include <stdio.h>
6#include <unistd.h>
7#include <pthread.h>
8
9#include "ProcessIO.h"
10#include "Utilities.h"
11
12void ConsoleCommand(ProcessIO *m);
13
14#endif
Note: See TracBrowser for help on using the repository browser.