mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Forgot to include additional header file
This commit is contained in:
parent
adf5e80cda
commit
a9d6882588
1 changed files with 12 additions and 0 deletions
12
include/aha.h
Normal file
12
include/aha.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef AHA
|
||||
#define AHA
|
||||
/*FIXME use AHA name space */
|
||||
#define MAX_DUMP_BUF 512
|
||||
struct ReplyMessage{
|
||||
int block;
|
||||
int exitcode;
|
||||
int substitue;
|
||||
int insult;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue