Add files via upload

This commit is contained in:
Nuño Sempere 2018-04-07 15:50:35 +02:00 committed by GitHub
parent 86544c219b
commit 58ce0c0a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
const.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef __CONST_H_
#define __CONST_H_
#define REJECT -1
#define ACCEPT -2
#endif