summaryrefslogtreecommitdiff
path: root/ipme.h
blob: 5bbf5155e04e171adf6cb03cd8a47f16e4bdd706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef IPME_H
#define IPME_H

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

extern ipalloc ipme;

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

#endif