enlightenment/src/bin/e_auth.h

8 lines
118 B
C

#ifndef E_AUTH_H
#define E_AUTH_H
EAPI int e_auth_begin(char *passwd);
EAPI char *e_auth_hostname_get(void);
#endif