7 lines
69 B
C
7 lines
69 B
C
|
#ifndef AUTH_H
|
||
|
#define AUTH_H
|
||
|
|
||
|
void do_authentication(void);
|
||
|
|
||
|
#endif
|