summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/service.h b/src/core/service.h
index 23124e8eab..7da0a93961 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -216,8 +216,6 @@ struct Service {
extern const UnitVTable service_vtable;
-struct Socket;
-
int service_set_socket_fd(Service *s, int fd, struct Socket *socket, bool selinux_context_net);
const char* service_state_to_string(ServiceState i) _const_;