diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-09-24 16:02:03 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-09-24 16:02:03 +0200 |
commit | 31990a19cc3e055aa7a259e3785c5e448cb06928 (patch) | |
tree | b0f14d67d83bcde66e4b3594e5e90bb588585cb6 /src | |
parent | e97602151a92f4f77449500935ca5c7d53a0815d (diff) | |
download | strongswan-31990a19cc3e055aa7a259e3785c5e448cb06928.tar.bz2 strongswan-31990a19cc3e055aa7a259e3785c5e448cb06928.tar.xz |
Documentation about some time values clarified
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/settings.h b/src/libstrongswan/settings.h index a864779f1..c8b50d008 100644 --- a/src/libstrongswan/settings.h +++ b/src/libstrongswan/settings.h @@ -189,7 +189,7 @@ struct settings_t { * @param key key including sections, printf style format * @param def value returned if key not found * @param ... argument list for key - * @return value of the key + * @return value of the key (in seconds) */ u_int32_t (*get_time)(settings_t *this, char *key, u_int32_t def, ...); |