R3_NODE_H as the include guard

This commit is contained in:
c9s 2014-05-22 22:21:29 +08:00
parent 15facc82cc
commit 5a10c82ea5

View file

@ -4,9 +4,8 @@
* *
* Distributed under terms of the MIT license. * Distributed under terms of the MIT license.
*/ */
#ifndef R3_NODE_H
#ifndef NODE_H #define R3_NODE_H
#define NODE_H
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -172,4 +171,4 @@ route * r3_tree_match_route(const node *n, match_entry * entry);
#define METHOD_PUT 2<<1 #define METHOD_PUT 2<<1
#define METHOD_DELETE 2<<1 #define METHOD_DELETE 2<<1
#endif /* !NODE_H */ #endif /* !R3_NODE_H */