1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
zap/facil.io/examples/boiler_plate/src/http_service.h
2023-12-22 04:03:32 +01:00

7 lines
138 B
C

#ifndef H_HTTP_SERVICE_H
#define H_HTTP_SERVICE_H
/* this function can be safely ignored. */
void initialize_http_service(void);
#endif