diff libnnchat.h @ 393:318a71f4f57f

Rename some internal variables and add new buffer pointer one.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 04:33:21 +0300
parents acea18a741e3
children cabf2233ea39
line wrap: on
line diff
--- a/libnnchat.h	Thu May 24 00:56:15 2012 +0300
+++ b/libnnchat.h	Thu May 24 04:33:21 2012 +0300
@@ -100,8 +100,8 @@
     int status;
 
     char buf[NN_CONNBUF_SIZE + 16];
-    char *ptr;
-    ssize_t got, total;
+    char *ptr, *got_ptr;
+    ssize_t got_bytes, total_bytes;
 } nn_conn_t;