diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-13 19:09:53 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-13 19:10:12 +0200 |
commit | e6d23fad3e0a4670ca47f5fa399998c6e0792c67 (patch) | |
tree | 1a790f3f77488b0ff74cf96d2b7c9d87f1da9d1a /include | |
parent | 40bbce7f48bff2ea366fbd611cb3b18d6b2201d9 (diff) | |
download | external_libsamsung-ipc-e6d23fad3e0a4670ca47f5fa399998c6e0792c67.zip external_libsamsung-ipc-e6d23fad3e0a4670ca47f5fa399998c6e0792c67.tar.gz external_libsamsung-ipc-e6d23fad3e0a4670ca47f5fa399998c6e0792c67.tar.bz2 |
Several updates regarding better vala api description support
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/radio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/radio.h b/include/radio.h index af266b4..0847e24 100644 --- a/include/radio.h +++ b/include/radio.h @@ -76,8 +76,8 @@ void ipc_client_send_get(struct ipc_client *client, const int command, unsigned void ipc_client_send_exec(struct ipc_client *client, const int command, unsigned char aseq); /* Utility functions */ -const char *ipc_str(struct ipc_response *frame); -const char *ipc_response_type(struct ipc_response *frame); +const char *ipc_command_type_to_str(int command); +const char *ipc_response_type_to_str(int type); #endif |