Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 145 Bytes

ipme.h

File metadata and controls

12 lines (8 loc) · 145 Bytes
 
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