From bb4570d2f3ed0c9b780010623de82c4c76d15a2c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 20 Jul 2009 13:57:04 -0400 Subject: Remove unused InfoPipe and PolicyKit code --- server/infopipe/sysbus.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 server/infopipe/sysbus.h (limited to 'server/infopipe/sysbus.h') diff --git a/server/infopipe/sysbus.h b/server/infopipe/sysbus.h deleted file mode 100644 index cb45fa7ef..000000000 --- a/server/infopipe/sysbus.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - SSSD - - SystemBus Helpers - - Copyright (C) Stephen Gallagher 2009 - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -#ifndef SYSBUS_H_ -#define SYSBUS_H_ - -struct sysbus_ctx; - -int sysbus_init(TALLOC_CTX *mem_ctx, struct sysbus_ctx **sysbus, - struct tevent_context *ev, const char *dbus_name, - const char *interface, const char *path, - struct sbus_method *methods, - sbus_msg_handler_fn introspect_method); - -struct sbus_conn_ctx *sysbus_get_sbus_conn(struct sysbus_ctx *sysbus); - -char *sysbus_get_caller(TALLOC_CTX *mem_ctx, DBusMessage *message, struct sbus_conn_ctx *sconn); - -#endif /* SYSBUS_H_ */ -- cgit