| # | Line 133 | Line 133 | extern "C" { | |
|---|---|---|
| 133 | #if defined(_WIN32) || defined(_WIN64) | |
| 134 | extern FILE *win_popen(char *command, char *type); | |
| 135 | extern int win_pclose(FILE *p); | |
| 136 | < | extern char *fixargv0(); |
| 136 | > | extern char *fixargv0(char *arg0); |
| 137 | #endif | |
| 138 | ||
| 139 | /* Check if any of the characters in str2 are found in str1 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |