tizen 2.4 release
[external/systemd.git] / src / resolve / resolved-bus.h
similarity index 87%
rename from src/core/tcpwrap.h
rename to src/resolve/resolved-bus.h
index 3353b65..1e72891 100644 (file)
@@ -5,7 +5,7 @@
 /***
   This file is part of systemd.
 
-  Copyright 2010 Lennart Poettering
+  Copyright 2014 Lennart Poettering
 
   systemd is free software; you can redistribute it and/or modify it
   under the terms of the GNU Lesser General Public License as published by
@@ -21,6 +21,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdbool.h>
+#include "resolved-manager.h"
 
-bool socket_tcpwrap(int fd, const char *name);
+int manager_connect_bus(Manager *m);