diff --git a/src/hyper.h b/src/hyper.h index f7a17fd..7740f5e 100644 --- a/src/hyper.h +++ b/src/hyper.h @@ -1,5 +1,5 @@ -#ifndef _DVM_H_ -#define _DVM_H_ +#ifndef _HYPER_H_ +#define _HYPER_H_ #include @@ -10,7 +10,7 @@ #include "container.h" enum { - SETDVM, + RESERVED, STARTPOD, GETPOD, STOPPOD, diff --git a/src/parse.h b/src/parse.h index 867025b..6b3ad0d 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,5 +1,5 @@ -#ifndef _DVM_JSON_H_ -#define _DVM_JSON_H_ +#ifndef _PARSE_H_ +#define _PARSE_H_ #include "hyper.h" #include "jsmn.h"