4ddb5c55d4f4e8ad0375aab9bb2fad80d39b4c40 galt Mon Apr 24 16:34:06 2017 -0700 refs #17358. Improves trash file touching for multi-region custom bed regions temp files. diff --git src/inc/obscure.h src/inc/obscure.h index 0123b6d..a8086db 100644 --- src/inc/obscure.h +++ src/inc/obscure.h @@ -188,16 +188,19 @@ * range of biological data. */ void printVmPeak(); /* print to stderr peak Vm memory usage (if /proc/ business exists) */ boolean nameInCommaList(char *name, char *commaList); /* Return TRUE if name is in comma separated list. */ boolean endsWithWordComma(char *string, char *word); /* Return TRUE if string ends with word possibly followed by a comma, and the beginning * of word within string is the beginning of string or follows a comma. */ void ensureNamesCaseUnique(struct slName *fieldList); /* Ensure that there would be no name conflicts in fieldList if all fields were lower-cased. */ +boolean readAndIgnore(char *fileName); +/* Read a byte from fileName, so its access time is updated. */ + #endif /* OBSCURE_H */