Add files via upload

This commit is contained in:
Nuño Sempere 2018-04-07 15:49:39 +02:00 committed by GitHub
parent 738ca0e15e
commit 6bbc38bd1d
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