comparison libnnchat.h @ 328:a8bda904846c

More work towards a working backbuffer implementation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jun 2011 09:02:01 +0300
parents c086345d176b
children 8e509d6546d3
comparison
equal deleted inserted replaced
327:fae4651d37bc 328:a8bda904846c
81 char *id; /* Chatter ID, NULL = main window */ 81 char *id; /* Chatter ID, NULL = main window */
82 int num; /* Window number */ 82 int num; /* Window number */
83 83
84 char *buf; 84 char *buf;
85 size_t len, bufsize; 85 size_t len, bufsize;
86 size_t chlen;
86 } nn_window_t; 87 } nn_window_t;
87 88
88 89
89 const char *nn_get_errstr(int err); 90 const char *nn_get_errstr(int err);
90 BOOL nn_network_init(void); 91 BOOL nn_network_init(void);