diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/util.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b083e4b24..536be77d0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-12-22 Timo Schulz <[email protected]> + + * util.h: Add is_file_compressed(). + 2001-12-19 Werner Koch <[email protected]> * util.h [CYGWIN32]: Allow this as an alias for MINGW32. Include diff --git a/include/util.h b/include/util.h index b690eca82..295333552 100644 --- a/include/util.h +++ b/include/util.h @@ -150,6 +150,7 @@ char *make_filename( const char *first_part, ... ); int compare_filenames( const char *a, const char *b ); const char *print_fname_stdin( const char *s ); const char *print_fname_stdout( const char *s ); +int is_file_compressed(const char *s, int *r_status); /*-- miscutil.c --*/ |