mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Improved detection of ketrings specified several times.
This commit is contained in:
parent
587104ae42
commit
d1a13319bb
8 changed files with 109 additions and 26 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-08-24 Werner Koch <wk@g10code.com>
|
||||
|
||||
* util.h (same_file_p): Add prototype.
|
||||
|
||||
2007-06-13 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h (CIPHER_ALGO_CAMELLIA): Add Camellia define.
|
||||
|
|
|
@ -143,6 +143,7 @@ char * make_basename(const char *filepath, const char *inputpath);
|
|||
char * make_dirname(const char *filepath);
|
||||
char *make_filename( const char *first_part, ... );
|
||||
int compare_filenames( const char *a, const char *b );
|
||||
int same_file_p (const char *name1, const char *name2);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue