Moved the interpreter
[repair.git] / Repair / RepairInterpreter / common.h
diff --git a/Repair/RepairInterpreter/common.h b/Repair/RepairInterpreter/common.h
new file mode 100755 (executable)
index 0000000..e9b2034
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef COMMON_H
+#define COMMON_H
+
+char * copystr(const char *buf);
+unsigned int hashstring(char *strptr);
+int equivalentstrings(char *str1, char *str2);
+#endif