source:
hvcontrol/src/ConsoleCommand.h@
40
Last change on this file since 40 was 14, checked in by , 16 years ago | |
---|---|
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 | |
12 | void ConsoleCommand(ProcessIO *m); |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.