#ifndef __QP_H_ #define __QP_H_ #include "line.h" int qp_decode(line_t *, char *); #endif