Message ID | 20220914184035.1437928-1-mareklindner@neomailbox.ch |
---|---|
State | Accepted, archived |
Delegated to: | Simon Wunderlich |
Headers | show |
Series | [1/2] alfred: remove unnecessary backslash | expand |
diff --git a/alfred.h b/alfred.h index 97f0093..a4a3d37 100644 --- a/alfred.h +++ b/alfred.h @@ -210,7 +210,7 @@ int unix_sock_close(struct globals *globals); int unix_sock_req_data_finish(struct globals *globals, struct transaction_head *head); void unix_sock_events_close_all(struct globals *globals); -void unix_sock_event_notify(struct globals *globals, uint8_t type,\ +void unix_sock_event_notify(struct globals *globals, uint8_t type, const uint8_t source[ETH_ALEN]); /* vis.c */ int vis_update_data(struct globals *globals);
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> --- alfred.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)