# HG changeset patch # User Binki # Date 2009-04-06 20:38:36 # Node ID a90602b890f30faece7f1c1d119d6badd4519c7b # Parent f919148db6338be671d7af6067cfd54aa83d92be remoteio: some more API docs diff --git a/src/common/options.h b/src/common/options.h --- a/src/common/options.h +++ b/src/common/options.h @@ -43,9 +43,10 @@ struct options_common Options should be kept alive during the program's life. - *mycfg will be set to the section of the configuration file specific to the caller (client or server specific section) - - *allopts will be set to a pointer that many functions need for operation + \param mycfg will be set to the section of the configuration file specific to the caller (client or server specific section) + \param allopts will be set to a pointer that many functions need for operation + \param argc the argc that was passed to main() + \param argv the argv that was passed to main() */ int options_init(int argc, char *argv[], cfg_t **mycfg, struct options_common **allopts);