diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-04-05 08:28:27 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-04-05 08:45:56 +0200 |
commit | afbbf1369b30e83f7b293d649bda6401e19115e1 (patch) | |
tree | d0198b959f0fa03495fda86cd4b32cb62a3ee591 | |
parent | 401cb61499f446c7c1579a160eeef435afd525fd (diff) |
service: remove unnecessary forward declare
-rw-r--r-- | src/core/service.h | 2 |
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_; |