rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

headers.h (156B)


      1 /* See LICENSE file for copyright and license details */
      2 
      3 #ifndef __RPHEADERS_H__
      4 #define __RPHEADERS_H__
      5 
      6 int headersmain(int argc, char *argv[]);
      7 
      8 #endif