1 Star 0 Fork 0

mamh-mixed/vsftpd-3.0.5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
parseconf.h 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
bright.ma 提交于 2022-01-29 15:53 . add code for vsftpd-3.0.5
#ifndef VSF_PARSECONF_H
#define VSF_PARSECONF_H
/* vsf_parseconf_load_file()
* PURPOSE
* Parse the given file as a vsftpd config file. If the file cannot be
* opened for whatever reason, a fatal error is raised. If the file contains
* any syntax errors, a fatal error is raised.
* If the call returns (no fatal error raised), then the config file was
* parsed and the global config settings will have been updated.
* PARAMETERS
* p_filename - the name of the config file to parse
* errs_fatal - errors will cause the calling process to exit if not 0
* NOTES
* If p_filename is NULL, then the last filename passed to this function is
* used to reload the configuration details.
*/
void vsf_parseconf_load_file(const char* p_filename, int errs_fatal);
/* vsf_parseconf_parse_setting()
* PURPOSE
* Handle a given name=value setting and apply it. Any whitespace at the
* beginning is skipped.
* PARAMETERS
* p_settings - the name=value pair to apply
* errs_fatal - errors will cause the calling process to exit if not 0
*/
void vsf_parseconf_load_setting(const char* p_setting, int errs_fatal);
#endif /* VSF_PARSECONF_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mamh-mixed/vsftpd-3.0.5.git
git@gitee.com:mamh-mixed/vsftpd-3.0.5.git
mamh-mixed
vsftpd-3.0.5
vsftpd-3.0.5
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385