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