diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-17 17:58:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-17 17:58:21 +0100 |
commit | 3a470a26c32e7dea8f82675b3e77d93d4634e843 (patch) | |
tree | d3d1fe85146d0b5af080ea768c9059d423fcd3f9 /src | |
parent | 86f2d65daf6c2f579ae2ca3cefe36195c2631f2d (diff) | |
download | exchange-3a470a26c32e7dea8f82675b3e77d93d4634e843.tar.gz exchange-3a470a26c32e7dea8f82675b3e77d93d4634e843.tar.bz2 exchange-3a470a26c32e7dea8f82675b3e77d93d4634e843.zip |
improve comment
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_keystate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.h b/src/exchange/taler-exchange-httpd_keystate.h index 7c14c988..67165238 100644 --- a/src/exchange/taler-exchange-httpd_keystate.h +++ b/src/exchange/taler-exchange-httpd_keystate.h @@ -83,7 +83,7 @@ TEH_KS_release_ (const char *location, /** - * Setup initial #internal_key_state. + * Setup initial #internal_key_state and our signal handlers. * * @return #GNUNET_OK on success */ @@ -92,7 +92,7 @@ TEH_KS_init (void); /** - * Finally, release #internal_key_state. + * Finally, release #internal_key_state and our signal handlers. */ void TEH_KS_free (void); |