aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clog.c')
-rw-r--r--src/clog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clog.c b/src/clog.c
index b5908a7..ef009fc 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -68,7 +68,6 @@ int get_index(struct http_request *req);
int get_entry(struct http_request *req);
int edit_entry(struct http_request *req);
int update_entry(struct http_request *req);
-int search_entries(struct http_request *req);
int sql_select(struct entry_query *eq);
int sql_update(const char *id, const char *title, const char *body);