#ifndef IPME_H
#define IPME_H

#include "ip.h"
#include "ipalloc.h"

extern ipalloc ipme;

extern int ipme_init();
extern int ipme_is();

#endif


syntax highlighted by Code2HTML, v. 0.9.1