Home
last modified time | relevance | path

Searched refs:config_set_top_comment (Results 1 – 1 of 1) sorted by relevance

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_configfile.c124 static int config_set_top_comment(wzd_configfile_t * config, const char * comment);
498 return config_set_top_comment(file, comment); in config_set_comment()
516 return config_set_top_comment(file, NULL); in config_remove_comment()
1161 static int config_set_top_comment(wzd_configfile_t * config, const char * comment) in config_set_top_comment() function