g10: Drop superfluous declaration.

* g10/main.h (disable_core_dumps): Drop declaration.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-03-04 13:33:04 +01:00
parent 40f6529cee
commit 1e4b782300
1 changed files with 0 additions and 1 deletions

View File

@ -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);