1 2 3 4 5 6 7 8
#ifndef SETTINGS_H #define SETTINGS_H #include <beaker.h> int settings_handler(UrlParams *params); #endif