This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Runtime / DSTM / interface / ip.h
diff --git a/Robust/src/Runtime/DSTM/interface/ip.h b/Robust/src/Runtime/DSTM/interface/ip.h
deleted file mode 100644 (file)
index 29db799..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _ip_h_
-#define _ip_h_
-
-typedef struct ip {
-       short a;
-       short b;
-       short c;
-       short d;
-}ip_t;
-
-unsigned int iptoMid(char *);
-void midtoIP(unsigned int, char *);
-int checkServer(int, char *);
-unsigned int getMyIpAddr(const char *interfaceStr);
-
-#endif