rp

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

sieve.h (150B)


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