summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-06-11 09:16:50 +0200
committerWerner Koch <wk@gnupg.org>1998-06-11 09:16:50 +0200
commitd9b3dc000085007bdd198ca4c0500e80a72475d7 (patch)
treebb3ffa42fa8b9e30476fdbc843632c896fcfec37 /include
parent. (diff)
downloadgnupg2-d9b3dc000085007bdd198ca4c0500e80a72475d7.tar.xz
gnupg2-d9b3dc000085007bdd198ca4c0500e80a72475d7.zip
update from tobold
Diffstat (limited to 'include')
-rw-r--r--include/cipher.h3
-rw-r--r--include/mpi.h9
-rw-r--r--include/util.h1
3 files changed, 8 insertions, 5 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 502825553..186851a33 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -86,6 +86,9 @@ struct cipher_handle_s { char does_not_matter[1]; };
int cipher_debug_mode;
+/*-- dynload.c --*/
+void register_cipher_extension( const char *fname );
+
/*-- cipher.c --*/
int string_to_cipher_algo( const char *string );
const char * cipher_algo_to_string( int algo );
diff --git a/include/mpi.h b/include/mpi.h
index 9a151291c..0725b7d6b 100644
--- a/include/mpi.h
+++ b/include/mpi.h
@@ -1,15 +1,14 @@
/* mpi.h - Multi Precision Integers
- * Copyright (c) 1997 by Werner Koch (dd9jn)
- * Copyright (C) 1994, 1996 Free Software Foundation, Inc.
+ * Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc.
*
- * This file is part of G10.
+ * This file is part of GNUPG.
*
- * G10 is free software; you can redistribute it and/or modify
+ * GNUPG is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * G10 is distributed in the hope that it will be useful,
+ * GNUPG is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
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 );