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