X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=plantuner.git;a=blobdiff_plain;f=plantuner.c;fp=plantuner.c;h=f023d07625942f0df9003c354aeed68b6736dfa1;hp=6fb5bcfedad876861362673a02c50134da75a8ef;hb=0e29d69fad22783a8e2c05c2e8c388893d26a773;hpb=a0985bc4d883b6fe65ce7e03aa4cf14efe0b9907 diff --git a/plantuner.c b/plantuner.c index 6fb5bcf..f023d07 100644 --- a/plantuner.c +++ b/plantuner.c @@ -292,13 +292,13 @@ IndexFilterShow(Oid* indexes, int nIndexes) } static const char* -disabledIndexFilterShow() +disabledIndexFilterShow(void) { return IndexFilterShow(disabledIndexes, nDisabledIndexes); } static const char* -enabledIndexFilterShow() +enabledIndexFilterShow(void) { return IndexFilterShow(enabledIndexes, nEnabledIndexes); }