diff options
Diffstat (limited to 'src/core/socket.h')
-rw-r--r-- | src/core/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 5e3929c5fa..55afee6122 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -186,7 +186,7 @@ int socket_port_to_address(const SocketPort *s, char **ret); int socket_load_service_unit(Socket *s, int cfd, Unit **ret); -char *socket_fdname(Socket *s); +char* socket_fdname(Socket *s); extern const UnitVTable socket_vtable; |