aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-07-26 14:50:08 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-07-26 14:50:08 +0200
commit9691203081b57ea32e056a32007683a99323144f (patch)
treeeaaf2d8f74c8faa8a9c8fb33b8087fb86d03b0d3 /include
parent285ef23602be46c066aaed450fda8e9ec102bfdb (diff)
downloadexternal_libsamsung-ipc-9691203081b57ea32e056a32007683a99323144f.zip
external_libsamsung-ipc-9691203081b57ea32e056a32007683a99323144f.tar.gz
external_libsamsung-ipc-9691203081b57ea32e056a32007683a99323144f.tar.bz2
Data dump function replacement
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r--include/samsung-ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h
index a706f97..e5f24d1 100644
--- a/include/samsung-ipc.h
+++ b/include/samsung-ipc.h
@@ -114,7 +114,7 @@ const char *ipc_request_type_string(unsigned char type);
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);
+int ipc_data_dump(struct ipc_client *client, const void *data, size_t size);
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,