ircd: further cleanup of YES/NO

This commit is contained in:
William Pitcock 2016-03-08 13:52:48 -06:00
parent 881acf00c6
commit ea111ea544
3 changed files with 4 additions and 4 deletions

View file

@ -1357,12 +1357,12 @@ get_printable_kline(struct Client *source_p, struct ConfItem *aconf,
/*
* read_conf_files
*
* inputs - cold start YES or NO
* inputs - cold start
* output - none
* side effects - read all conf files needed, ircd.conf kline.conf etc.
*/
void
read_conf_files(int cold)
read_conf_files(bool cold)
{
const char *filename;