CShore/common.h

11 lines
114 B
C
Raw Normal View History

2021-04-29 16:40:41 +00:00
#ifndef MISC_H_
#define MISC_H_
#include <misc.h>
typedef enum method method_t;
#define HTTP_GET (GET)
#endif