#ifndef __QP_H_
 #define __QP_H_

#include "line.h"

int qp_decode(line_t *, char *);

#endif


syntax highlighted by Code2HTML, v. 0.9.1