From: chris mikkelson Date: Sat, 13 Mar 2010 01:44:07 +0000 (-0600) Subject: Removed obsolete decoders.h X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=bd0608d4903de2b73c82ac9e3032c7c67a6d7f11;p=liburl Removed obsolete decoders.h --- diff --git a/decoders.h b/decoders.h deleted file mode 100644 index 16b6cf3..0000000 --- a/decoders.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2009 Christopher L. Mikkelson - * All Rights Reserved, for now. - */ - -/* Quoted-printable decoder */ - -struct qp_state { - unsigned char c; - int state; -}; - -struct qp_state *qp_start(struct qp_state *); -void qp_stop(struct qp_state *); -int qp_decode(struct qp_state *, char *, int, char *, int, int *);