e9b20349029841745503c3863cfeb6a66231748a
[repair.git] / Repair / RepairCompiler / structextract / common.h
1 #ifndef COMMON_H
2 #define COMMON_H
3
4 char * copystr(const char *buf);
5 unsigned int hashstring(char *strptr);
6 int equivalentstrings(char *str1, char *str2);
7 #endif