aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-01-13 15:27:49 -0600
committerMichael McVady <femtonaut@gmail.com>2024-01-13 15:27:49 -0600
commit03d844b1610d4720305fbbc980620f569372ad5a (patch)
tree613e011f45cccbbf8a8fc6def8e40028db47e78b /src/clog.c
parent48ccb9949c85c7a9c9b896c3e50d66aefeaca701 (diff)
Fold search into index
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);