10 lines
85 B
C
10 lines
85 B
C
#ifndef __CONST_H_
|
|
#define __CONST_H_
|
|
|
|
#define REJECT -1
|
|
#define ACCEPT -2
|
|
|
|
#endif
|
|
|
|
|