mirror of
https://github.com/systemd/systemd.git
synced 2024-12-13 04:03:35 +08:00
service: remove unnecessary forward declare
This commit is contained in:
parent
401cb61499
commit
afbbf1369b
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user