diff options
author | Daniel Gollub <dgollub@att.com> | 2019-11-11 15:07:38 +0100 |
---|---|---|
committer | Vyatta Package Maintainers <DL-vyatta-help@att.com> | 2019-11-13 17:08:02 +0000 |
commit | 822c8f60b72cca97fb2c86db37835a60917d1c7e (patch) | |
tree | d5593a4ed1cbb8e9709411679974355a41f0289e /tacplus-daemon/main.h | |
download | tacplusd-danos/1908.tar.gz tacplusd-danos/1908.zip |
DANOS ImportHEADdebian/1.19danos/1908master
Diffstat (limited to 'tacplus-daemon/main.h')
-rw-r--r-- | tacplus-daemon/main.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tacplus-daemon/main.h b/tacplus-daemon/main.h new file mode 100644 index 0000000..10e56d3 --- /dev/null +++ b/tacplus-daemon/main.h @@ -0,0 +1,12 @@ +/* + TACACS+ D-Bus Daemon code + + Copyright (c) 2019 AT&T Intellectual Property. + Copyright (c) 2015 Brocade Communications Systems, Inc. + + SPDX-License-Identifier: GPL-2.0-only +*/ + +#include "daemon.h" +#include "dbus_service.h" +#include <signal.h> |