X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/9a8120904fa2fde909d3aa2101a2184397d881f6..15ae42e72898f314109043075184a2c85295dc57:/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 ---------------------------------------------------------*/