diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-13 15:27:49 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-13 15:27:49 -0600 |
commit | 03d844b1610d4720305fbbc980620f569372ad5a (patch) | |
tree | 613e011f45cccbbf8a8fc6def8e40028db47e78b /src/clog.c | |
parent | 48ccb9949c85c7a9c9b896c3e50d66aefeaca701 (diff) |
Fold search into index
Diffstat (limited to 'src/clog.c')
-rw-r--r-- | src/clog.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |