diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 01:43:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 01:43:39 +0100 |
commit | 0de4466f7cefb55584b24589acaca2284fea8d24 (patch) | |
tree | 3097f66bc66a0e132902243bc6ef97f699a56710 /src/client.h | |
parent | the socket shall be opened on fd 3 (you will see why later) (diff) | |
download | sat-0de4466f7cefb55584b24589acaca2284fea8d24.tar.gz sat-0de4466f7cefb55584b24589acaca2284fea8d24.tar.bz2 sat-0de4466f7cefb55584b24589acaca2284fea8d24.tar.xz |
fix errors and tidy up
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 6a2b91b..d341df6 100644 --- a/src/client.h +++ b/src/client.h @@ -71,7 +71,7 @@ int send_command(enum command cmd, size_t n, const char *restrict msg); * @param array The string array. * @return The number of bytes required to store the array. */ -size_t measure_array(char *array[]) +size_t measure_array(char *array[]); /** * Store a string array. |