X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=bufchain.c;h=1359f6d0a3dc4e74e11082e044ab1d1530dccf10;hp=55a1fededea60b28cda785a77c73eee3b390ee47;hb=eb7ae33b36e1abed7708410d317074ad0dade835;hpb=6d9303c441fe1d8b473d24f40421d70058e2d2e5 diff --git a/bufchain.c b/bufchain.c index 55a1fed..1359f6d 100644 --- a/bufchain.c +++ b/bufchain.c @@ -6,8 +6,6 @@ #include #include -#include "bufio.h" - int bufio_chain_append(bufio_chain *bc, void *buf, size_t len) { bufio_chain_entry *e = calloc(1, sizeof(*e)); if (e != NULL) return -1;