Fix two bugs related to command execution:
[dockapps.git] / wmweather+ / diff.h
blobe5ea5e01bfef228a434854efb88967223e4bb23e
1 /* Returns 0 if the files are identical
2 * 1 if they differ
3 * -1 if fopen or fstat fails, or if files are not both regular files
4 */
5 int diff(char *file1, char *file2);