summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-03-25 12:12:37 +0000
committertrasz <trasz@FreeBSD.org>2014-03-25 12:12:37 +0000
commit47c8dbe5432f49cdeb78b3bd1834f7d111679420 (patch)
treee070746b9213389dd8dcfa5c017f829ffff30f40 /usr.sbin/ctld/ctld.h
parentb76fc2462a581480c6d2fef16b8d1024d856301c (diff)
downloadFreeBSD-src-47c8dbe5432f49cdeb78b3bd1834f7d111679420.zip
FreeBSD-src-47c8dbe5432f49cdeb78b3bd1834f7d111679420.tar.gz
MFC r261758:
Add auth-type. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r--usr.sbin/ctld/ctld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h
index 3ea999f..188645e 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -197,6 +197,8 @@ int conf_verify(struct conf *conf);
struct auth_group *auth_group_new(struct conf *conf, const char *name);
void auth_group_delete(struct auth_group *ag);
struct auth_group *auth_group_find(struct conf *conf, const char *name);
+int auth_group_set_type_str(struct auth_group *ag,
+ const char *type);
const struct auth *auth_new_chap(struct auth_group *ag,
const char *user, const char *secret);
OpenPOWER on IntegriCloud