DEBSOURCES
Skip Quicknav
sources / getstream / 20100616-2 / config.h
1234567891011
#include <glib.h> #include "getstream.h" struct config_s { GList *adapter; int http_port; }; struct config_s *readconfig(char *filename);