diff options
Diffstat (limited to 'include/samsung-ipc.h')
-rw-r--r-- | include/samsung-ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h index 669d4d8..7240472 100644 --- a/include/samsung-ipc.h +++ b/include/samsung-ipc.h @@ -113,10 +113,10 @@ const char *ipc_response_type_string(unsigned char type); const char *ipc_command_string(unsigned short command); void ipc_hex_dump(struct ipc_client *client, const void *data, size_t size); -void ipc_client_log_recv(struct ipc_client *client, struct ipc_message *message, - const char *prefix); void ipc_client_log_send(struct ipc_client *client, struct ipc_message *message, const char *prefix); +void ipc_client_log_recv(struct ipc_client *client, struct ipc_message *message, + const char *prefix); int ipc_fmt_header_setup(struct ipc_fmt_header *header, const struct ipc_message *message); |