Code

Merge remote-tracking branch 'github/pr/387'
[collectd.git] / src / utils_ignorelist.h
index e7cce66a324d7da7eda1915f561b0d8185b05386..b47b55adb0a10ea4840e0143806b3d5e29e7bba3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * collectd - src/config_list.h
+ * collectd - src/utils_ignorelist.h
  * Copyright (C) 2006 Lubos Stanek <lubek at users.sourceforge.net>
  *
  * 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