From 6b0ea85e0274a82fc9e03d43aa7bffd600c688d4 Mon Sep 17 00:00:00 2001 From: tkarrass Date: Sat, 2 Nov 2013 17:25:42 +0100 Subject: [PATCH] msg cleanup --- msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msg.c b/msg.c index 1164ae6..e74e728 100644 --- a/msg.c +++ b/msg.c @@ -60,7 +60,7 @@ void append_space(Buffer * b, int n) { b->size += n; b->data = realloc(b->data, b->size); } - +/* void serialize_int(int x, Buffer * b) { // htonl :: uint32_t -> uint32_t -- converts the parameter from host byte order to network byte order //x = htonl(x); @@ -105,6 +105,6 @@ int main() { printf("buf: size:%d data:%p\n", buf->size, buf->data); } - +*/