summaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-01-27 17:50:45 +0100
committerWerner Koch <wk@gnupg.org>2000-01-27 17:50:45 +0100
commitbaa30ad117e12c5182a78ede84c5103bea23616b (patch)
treef1d174362ee1855c5af77dcb917451e026c0a8d5 /g10/main.h
parentSee ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch (diff)
downloadgnupg2-baa30ad117e12c5182a78ede84c5103bea23616b.tar.xz
gnupg2-baa30ad117e12c5182a78ede84c5103bea23616b.zip
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/g10/main.h b/g10/main.h
index 9d632db6d..621fc57de 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -17,8 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#ifndef G10_MAIN_H
-#define G10_MAIN_H
+#ifndef GPG_MAIN_H
+#define GPG_MAIN_H
#include <gcrypt.h>
#include "basicdefs.h"
@@ -34,13 +34,13 @@
#define is_ELGAMAL(a) ((a)==GCRY_PK_ELG || (a)==GCRY_PK_ELG_E)
-/*-- g10.c --*/
-extern int g10_errors_seen;
+/*-- gpg.c --*/
+extern int gpg_errors_seen;
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )
- void g10_exit(int rc) __attribute__ ((noreturn));
+ void gpg_exit(int rc) __attribute__ ((noreturn));
#else
- void g10_exit(int rc);
+ void gpg_exit(int rc);
#endif
void print_pubkey_algo_note( int algo );
void print_cipher_algo_note( int algo );
@@ -165,4 +165,4 @@ void pause_on_sigusr( int which );
void block_all_signals(void);
void unblock_all_signals(void);
-#endif /*G10_MAIN_H*/
+#endif /*GPG_MAIN_H*/