diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 746a94dc2..424cc8d9a 100644 --- a/g10/main.h +++ b/g10/main.h @@ -56,6 +56,9 @@ u16 checksum_mpi( MPI a ); u16 checksum_mpi_counted_nbits( MPI a ); u32 buffer_to_u32( const byte *buffer ); +/*-- helptext.c --*/ +void display_online_help( const char *keyword ); + /*-- encode.c --*/ int encode_symmetric( const char *filename ); int encode_store( const char *filename ); |