chiark / gitweb /
Another error fix.
[tripe] / buf.c
diff --git a/buf.c b/buf.c
index fdc7856ac3554e377143797a881ae681067c08b0..dfa62051a77372fb594060701c1b89ef855f9701 100644 (file)
--- a/buf.c
+++ b/buf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: buf.c,v 1.3 2001/03/03 12:06:48 mdw Exp $
+ * $Id: buf.c,v 1.4 2001/06/19 22:09:54 mdw Exp $
  *
  * Buffer handling
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: buf.c,v $
+ * Revision 1.4  2001/06/19 22:09:54  mdw
+ * Expose interface, for use in the proxy.
+ *
  * Revision 1.3  2001/03/03 12:06:48  mdw
  * Use 16-bit lengths on MPs, since there's a packet limit of 64K anyway.
  *
 
 /*----- Header files ------------------------------------------------------*/
 
-#include "tripe.h"
+#include <string.h>
+
+#include <catacomb/mp.h>
+
+#include "buf.h"
 
 /*----- Main code ---------------------------------------------------------*/