mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
9 lines
97 B
C
9 lines
97 B
C
#ifndef HOME_H
|
|
#define HOME_H
|
|
|
|
#include <beaker.h>
|
|
|
|
int home_handler(UrlParams *params);
|
|
|
|
#endif
|