diff options
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); |