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