8 lines
120 B
C
8 lines
120 B
C
#ifndef SEARCH_HANDLER_H
|
|
#define SEARCH_HANDLER_H
|
|
|
|
#include <beaker.h>
|
|
|
|
int results_handler(UrlParams *params);
|
|
|
|
#endif
|