aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/util.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 0fbabad98..8a96d5008 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-24 Werner Koch <[email protected]>
+
+ * util.h (same_file_p): Add prototype.
+
2007-06-13 David Shaw <[email protected]>
* cipher.h (CIPHER_ALGO_CAMELLIA): Add Camellia define.
diff --git a/include/util.h b/include/util.h
index 6269bd562..8c48e8c64 100644
--- a/include/util.h
+++ b/include/util.h
@@ -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);