1 2 3 4 5 6 7 8 9
#ifndef _HTTPD_H_ #define _HTTPD_H_ #include <glib.h> gboolean httpd_start(); void httpd_stop(); #endif