nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

ipme.h (263B)


      1 #ifndef IPME_H
      2 #define IPME_H
      3 
      4 #include "ip.h"
      5 #include "ipalloc.h"
      6 
      7 extern ipalloc ipme;
      8 extern ipalloc ip6me;
      9 
     10 extern int ip4me_init();
     11 extern int ip4me_is();
     12 extern int ip6me_init();
     13 extern int ip6me_is();
     14 extern int ipme_init();
     15 extern int ipme_is();
     16 
     17 #endif