mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Removed aha.h out of the main include directory
This commit is contained in:
parent
1a4985b872
commit
0c1d3789ba
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#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