This commit is contained in:
2016-09-17 15:04:12 +03:00
parent 95a6f1fe97
commit 2442ceaee2
4 changed files with 127 additions and 0 deletions

7
sql.h Normal file
View File

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