mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Document return value of config_mgr_add_format().
This commit is contained in:
parent
39dd2e2aa8
commit
39316da9b6
1 changed files with 3 additions and 0 deletions
|
@ -203,6 +203,9 @@ config_mgr_register_fmt(config_mgr_t *mgr,
|
|||
/**
|
||||
* Add a new format to this configuration object. Asserts on failure.
|
||||
*
|
||||
* Returns an internal "index" value used to identify this format within
|
||||
* all of those formats contained in <b>mgr</b>. This index value
|
||||
* should not generally be used outside of this module.
|
||||
**/
|
||||
int
|
||||
config_mgr_add_format(config_mgr_t *mgr,
|
||||
|
|
Loading…
Add table
Reference in a new issue