Remove paginator setters

This commit is contained in:
emanuele-f 2017-03-02 19:43:06 +01:00
parent a624cda58d
commit d02a5a75fe
4 changed files with 2 additions and 29 deletions

View file

@ -108,13 +108,6 @@ function restoreHost(host_ip)
--! @return An hashtable containing the flow information of network interface with minimal details, and number of hits.
function getFlowsInfo()
--! @memberof interface
--! @memberof interface
--! @brief Get the flow information (minimal details) of network interface for local hosts.
--! @details Same as getFlowsInfo() but restricted to local hosts only
--! @return An hashtable containing the flow information of network interface with minimal details, and number of hits.
function getLocalFlowsInfo()
--! @memberof interface
--! @brief Get the flow peers information identified by key of network interface.
--! @details For more information please read the @ref ntop_get_interface_find_flow_by_key documentation.