mud/lib/daemon/include/http.h
2020-09-06 05:43:07 -07:00

10 lines
205 B
C

#ifndef __HTTP_H__
#define __HTTP_H__
static void create();
static void Setup();
static void eventRead(int fd, string str);
private static void eventGetFile(int fd, string file);
#endif /* __HTTP_H__ */