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