diff options
author | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
---|---|---|
committer | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
commit | 5227b247c8b6da5b07d5e1a4541e59be3ed32346 (patch) | |
tree | 76adbf264730c7bd0cc0e9e90ea81dada74ad95c /tacplus-daemon/transaction_private.h | |
download | tacplusd-initial.tar.gz tacplusd-initial.zip |
DANOS Importinitial
Diffstat (limited to 'tacplus-daemon/transaction_private.h')
-rw-r--r-- | tacplus-daemon/transaction_private.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tacplus-daemon/transaction_private.h b/tacplus-daemon/transaction_private.h new file mode 100644 index 0000000..2f8a799 --- /dev/null +++ b/tacplus-daemon/transaction_private.h @@ -0,0 +1,19 @@ +/* + TACACS+ D-Bus Daemon code + + Copyright (c) 2019 AT&T Intellectual Property. + + SPDX-License-Identifier: GPL-2.0-only +*/ + +#ifndef _TRANSACTION_PRIVATE_H +#define _TRANSACTION_PRIVATE_H + +/* + * This header leaks the TACACS+ implementation being used (ie. libtac) + * and is only intended to be included by transaction.c and appropriate UTs. + */ + +struct transaction_attrib *transaction_attrib_from_tac_attrib(const struct tac_attrib *); + +#endif /*_TRANSACTION_PRIVATE_H */ |