From 25ccc84ac00a7b3975dfdb0cc415522ca7793f0f Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 29 Apr 2018 12:41:25 +0300 Subject: Styling and nitpicks --- src/dbhelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbhelper.h') diff --git a/src/dbhelper.h b/src/dbhelper.h index df14ebf..197171f 100644 --- a/src/dbhelper.h +++ b/src/dbhelper.h @@ -56,6 +56,6 @@ extern void dhb_form_query_insert_relationship(char *query); extern void dhb_form_query_find_program(char *query); extern void dhb_form_query_find_config(char *query); extern void dhb_form_query_find_relationship(char *query); -extern void dbh_format_query_select_from_joined_eq(char *query, const char *selection, const char* condition); -extern void dbh_format_query_select_from_joined_like(char *query, const char *selection, const char* condition); +extern void dbh_form_query_select_from_joined_eq(char *query, const char *selection, const char* condition); +extern void dbh_form_query_select_from_joined_like(char *query, const char *selection, const char* condition); #endif /* DBHELPER_H */ -- cgit v1.2.3