source: hvcontrol/src/CCCommand.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: 281 bytes
Line 
1#ifndef CCCommand_H_SEEN
2#define CCCommand_H_SEEN
3
4#include <stdio.h>
5#include <unistd.h>
6#include <signal.h>
7#include <sys/socket.h>
8#include <netdb.h>
9#include <arpa/inet.h>
10
11#include "ProcessIO.h"
12#include "Types.h"
13#include "Utilities.h"
14
15void CCCommand(ProcessIO *m);
16
17#endif
Note: See TracBrowser for help on using the repository browser.