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