8 lines
66 B
C
8 lines
66 B
C
#ifndef SQL_H
|
|
#define SQL_H
|
|
|
|
int add_user();
|
|
|
|
#endif /* SQL_H */
|
|
|