X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_ignorelist.h;h=b47b55adb0a10ea4840e0143806b3d5e29e7bba3;hb=7cea19815ba24735e91dde1c08a889960b299b62;hp=e7cce66a324d7da7eda1915f561b0d8185b05386;hpb=403e429f70e11ac11b6d5af174322b01e45b810a;p=collectd.git diff --git a/src/utils_ignorelist.h b/src/utils_ignorelist.h index e7cce66a..b47b55ad 100644 --- a/src/utils_ignorelist.h +++ b/src/utils_ignorelist.h @@ -1,5 +1,5 @@ /** - * collectd - src/config_list.h + * collectd - src/utils_ignorelist.h * Copyright (C) 2006 Lubos Stanek * * This program is free software; you can redistribute it and/ @@ -54,11 +54,6 @@ void ignorelist_free (ignorelist_t *il); * set ignore state of the ignorelist_t */ void ignorelist_set_invert (ignorelist_t *il, int invert); -/* - * get number of entries in the ignorelist_t - * return int number - */ -int ignorelist_num (ignorelist_t *il); /* * append entry to ignorelist_t