diff options
| author | Werner Koch <[email protected]> | 1998-06-11 07:16:50 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-06-11 07:16:50 +0000 |
| commit | d9b3dc000085007bdd198ca4c0500e80a72475d7 (patch) | |
| tree | bb3ffa42fa8b9e30476fdbc843632c896fcfec37 /include/util.h | |
| parent | . (diff) | |
| download | gnupg-d9b3dc000085007bdd198ca4c0500e80a72475d7.tar.gz gnupg-d9b3dc000085007bdd198ca4c0500e80a72475d7.zip | |
update from tobold
Diffstat (limited to 'include/util.h')
| -rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 5fcce6063..3dec01cdd 100644 --- a/include/util.h +++ b/include/util.h @@ -101,6 +101,7 @@ const char *strusage( int level ); /*-- fileutil.c --*/ 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 ); |
