aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient/proto-util.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-25 08:06:45 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-25 08:06:45 +0200
commitdfbfa84d1df5452825ded5500a2e42f6ec64a724 (patch)
tree7268e6b3bd63230a9ecaa0963feae2157087128f /src/libmdsclient/proto-util.h
parentlibmds_connection: locking (diff)
downloadmds-dfbfa84d1df5452825ded5500a2e42f6ec64a724.tar.gz
mds-dfbfa84d1df5452825ded5500a2e42f6ec64a724.tar.bz2
mds-dfbfa84d1df5452825ded5500a2e42f6ec64a724.tar.xz
m + attributes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/libmdsclient/proto-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsclient/proto-util.h b/src/libmdsclient/proto-util.h
index f381c57..200e0db 100644
--- a/src/libmdsclient/proto-util.h
+++ b/src/libmdsclient/proto-util.h
@@ -443,7 +443,7 @@ int libmds_compose_v(char** restrict buffer, size_t* restrict buffer_size, size_
*/
__attribute__((nonnull(1)))
int libmds_next_message_id(uint32_t* restrict message_id, int (*test)(uint32_t message_id, void* data),
- void* data) ;
+ void* data);
#endif