summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-05 08:28:27 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-05 08:45:56 +0200
commitafbbf1369b30e83f7b293d649bda6401e19115e1 (patch)
treed0198b959f0fa03495fda86cd4b32cb62a3ee591 /src/core/service.h
parent401cb61499f446c7c1579a160eeef435afd525fd (diff)
service: remove unnecessary forward declare
Diffstat (limited to 'src/core/service.h')
-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_;