quote.h - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       quote.h (180B)
       ---
            1 /*
            2  * Copy me if you can.
            3  * by 20h
            4  */
            5 
            6 #ifndef __QUOTE_H__
            7 #define __QUOTE_H__
            8 
            9 char *qpenc(char *str, int len, int ishdr);
           10 char *qpdec(char *str, int *len, int ishdr);
           11 
           12 #endif
           13