Introduce src, obj, build, docs & modify Makefile

This commit is contained in:
2018-02-16 15:30:36 +02:00
parent 3a0ccd3b31
commit bd9ebee627
29 changed files with 15 additions and 21 deletions

7
src/sql.h Normal file
View File

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