1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

cfg_init() returns int

This commit is contained in:
Moritz Grimm 2015-05-18 23:49:52 +02:00
parent 02b42c8446
commit 8eef9842b1

View File

@ -121,6 +121,7 @@ int
cfg_init(void)
{
_cfg_reset(&cfg);
return (0);
}
void