MCPcopy Create free account
hub / github.com/F-Stack/f-stack / login_getclass

Function login_getclass

tools/libutil/login_cap.c:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 */
301
302login_cap_t *
303login_getclass(const char *cls)
304{
305 return login_getclassbyname(cls, NULL);
306}
307
308
309/*

Callers

nothing calls this directly

Calls 1

login_getclassbynameFunction · 0.85

Tested by

no test coverage detected