Makefile for multiple CGI scripts

This commit is contained in:
2023-07-05 00:46:12 +03:00
parent 140738e4e8
commit 92e7d1ed15
3 changed files with 8 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
int user_by_session_id(const char *session_id, char *username);
/* return 0 on failure, 1 on success, negative number on error */
/* authenticate must assign a session id */
int authenticate(const char *username, const char *password, char *sid);
#endif /* AUTH_H */