Home
last modified time | relevance | path

Searched refs:auth_onoff (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/libtelnet/
H A Dauth.c106 int auth_onoff(char *type, int on);
256 return(auth_onoff(type, 1)); in auth_enable()
262 return(auth_onoff(type, 0)); in auth_disable()
266 auth_onoff(char *type, int on) in auth_onoff() function