Get rid of hc_ctime too. Also fix some cppcheck confusion with nvapi.

Missed from last pull request.
This commit is contained in:
Rosen Penev
2017-12-11 13:44:58 -08:00
parent c41af948ba
commit aece2cc4be
5 changed files with 5 additions and 20 deletions
-2
View File
@@ -56,8 +56,6 @@ void hc_string_trim_leading (char *s);
size_t hc_fread (void *ptr, size_t size, size_t nmemb, FILE *stream);
void hc_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream);
char *hc_ctime (const time_t *t, char *buf, MAYBE_UNUSED const size_t buf_size);
bool hc_same_files (char *file1, char *file2);
#endif // _SHARED_H