aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-03-04 12:33:04 +0000
committerJustus Winter <[email protected]>2016-03-04 12:33:04 +0000
commit1e4b7823008daea1a22a6f0f9b379fdec37a4cd4 (patch)
tree56d26e0026644ce8681202f7f9ba75b4645cd2f3 /g10/main.h
parentg10: Guard code against errors. (diff)
downloadgnupg-1e4b7823008daea1a22a6f0f9b379fdec37a4cd4.tar.gz
gnupg-1e4b7823008daea1a22a6f0f9b379fdec37a4cd4.zip
g10: Drop superfluous declaration.
* g10/main.h (disable_core_dumps): Drop declaration. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index 36879773a..5b5947e48 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -98,7 +98,6 @@ char *make_radix64_string( const byte *data, size_t len );
/*-- misc.c --*/
void trap_unaligned(void);
-int disable_core_dumps(void);
void register_secured_file (const char *fname);
void unregister_secured_file (const char *fname);
int is_secured_file (int fd);