8 lines
97 B
C
8 lines
97 B
C
#ifndef _AUTH_H
|
|
#define _AUTH_H
|
|
|
|
|
|
static const char* _sh_GetKey(const char* szAuthFile);
|
|
|
|
#endif
|