More whitespace and shut some warnings up

This commit is contained in:
2017-05-17 18:27:08 +03:00
parent ff8546bf66
commit 6d0a190c2f
7 changed files with 91 additions and 74 deletions

2
sql.h
View File

@@ -1,7 +1,7 @@
#ifndef SQL_H
#define SQL_H
int add_user();
int add_user(void);
#endif /* SQL_H */