X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/d071d798aa404f88ff0b8ccf73360b7e9232f29c..498069e363aacba258187ea6573d2f72004d570f:/buf.c?ds=sidebyside diff --git a/buf.c b/buf.c index fdc7856a..dfa62051 100644 --- 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. * @@ -43,7 +46,11 @@ /*----- Header files ------------------------------------------------------*/ -#include "tripe.h" +#include + +#include + +#include "buf.h" /*----- Main code ---------------------------------------------------------*/