From 5227b247c8b6da5b07d5e1a4541e59be3ed32346 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Mon, 11 Nov 2019 15:07:38 +0100 Subject: DANOS Import --- tacplus-daemon/daemon.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tacplus-daemon/daemon.h (limited to 'tacplus-daemon/daemon.h') diff --git a/tacplus-daemon/daemon.h b/tacplus-daemon/daemon.h new file mode 100644 index 0000000..fe7a137 --- /dev/null +++ b/tacplus-daemon/daemon.h @@ -0,0 +1,20 @@ +/* + TACACS+ D-Bus Daemon code + + Copyright (c) 2019 AT&T Intellectual Property. + Copyright (c) 2015-2016 Brocade Communications Systems, Inc. + + SPDX-License-Identifier: GPL-2.0-only +*/ + +#include +#include +#include +#include +#include +#include +#include + +/* prototypes */ +extern void daemonize(const char *tacplus_pid); + -- cgit v1.2.3