From bd0608d4903de2b73c82ac9e3032c7c67a6d7f11 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Fri, 12 Mar 2010 19:44:07 -0600 Subject: [PATCH] Removed obsolete decoders.h --- decoders.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 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 *); -- 2.50.1