mirror of
https://github.com/sigmasternchen/CShore
synced 2025-03-15 16:18:56 +00:00
11 lines
114 B
C
11 lines
114 B
C
![]() |
#ifndef MISC_H_
|
||
|
#define MISC_H_
|
||
|
|
||
|
#include <misc.h>
|
||
|
|
||
|
typedef enum method method_t;
|
||
|
|
||
|
#define HTTP_GET (GET)
|
||
|
|
||
|
#endif
|