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