diff ui.h @ 622:bb6b07b44800

Network code is being generalized into a th-libs module.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 May 2014 07:31:20 +0300
parents 97a49a6cc959
children 118276b60667
line wrap: on
line diff
--- a/ui.h	Tue May 27 07:27:14 2014 +0300
+++ b/ui.h	Tue May 27 07:31:20 2014 +0300
@@ -57,7 +57,7 @@
 {
     time_t prevKeepAlive;
     BOOL insertMode, isError, update, mask, done;
-    nn_conn_t *conn;
+    th_conn_t *conn;
     void (*debugMsg)(const char *fmt, ...);
 } nn_editstate_t;