chiark / gitweb /
Static buffers: Replace references to bufs[b]
[secnet.git] / util.h
diff --git a/util.h b/util.h
index 63ceef69b9581165d3aaaf7e9dad8b09f40a6205..d4663dbf6c98a65de699c23312e926c8d42e335c 100644 (file)
--- a/util.h
+++ b/util.h
@@ -89,6 +89,8 @@ void string_item_to_iaddr(const item_t *item, uint16_t port, union iaddr *ia,
                          const char *desc);
 
 
+#define SBUF (bufs[b]) /* temporary macro */
+
 /*----- line-buffered asynch input -----*/
 
 enum async_linebuf_result {