removing unecessary functions

This commit is contained in:
Mohamed Boussaffa
2016-03-06 21:19:05 +08:00
parent dd99cf8550
commit 4ea5c77793
2 changed files with 0 additions and 15 deletions

View File

@@ -35,11 +35,6 @@ NETHOGS_DSO_VISIBLE bool nethogsmonitor_start();
//stop the monitor
NETHOGS_DSO_VISIBLE void nethogsmonitor_stop();
//tuning functions
NETHOGS_DSO_VISIBLE void nethogsmonitor_set_refresh_delay(int seconds);
NETHOGS_DSO_VISIBLE void nethogsmonitor_set_pcap_dispatch_delay(int milliseconds);
#undef NETHOGS_DSO_VISIBLE
#undef NETHOGS_DSO_HIDDEN