diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgCoreInit.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gpg/GpgCoreInit.h b/src/gpg/GpgCoreInit.h index 577f46a3..9aa3ed16 100644 --- a/src/gpg/GpgCoreInit.h +++ b/src/gpg/GpgCoreInit.h @@ -29,9 +29,17 @@ namespace GpgFrontend { -// Init +/** + * @brief + * + */ void init_gpgfrontend_core(); +/** + * @brief + * + * @param channel + */ void new_default_settings_channel( int channel = GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL); |