flag.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
       ---
       flag.h (185B)
       ---
            1 /*
            2  * Copy me if you can.
            3  * by 20h
            4  */
            5 
            6 #ifndef __FLAG_H__
            7 #define __FLAG_H__
            8 
            9 #include "llist.h"
           10 
           11 llist_t *flag_sanitize(char *flags);
           12 
           13 int flagmain(int argc, char *argv[]);
           14 
           15 #endif
           16