X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ftcp-portmon.c;h=245eb173fd0645fe9d7cc52cb8210bb73afecf5c;hb=52e86f4bf6054450ebc31076ff3c25d793ae96cf;hp=97915b6c1bfedfdfd57c92039f2d9d589da67129;hpb=d2be5980ca2a19bd88e14853ceee1edffbbd4b68;p=monky diff --git a/src/tcp-portmon.c b/src/tcp-portmon.c index 97915b6..245eb17 100644 --- a/src/tcp-portmon.c +++ b/src/tcp-portmon.c @@ -139,9 +139,10 @@ int tcp_portmon_action(struct text_object *obj, char *p, int p_max_size) return 0; } -void tcp_portmon_update(void) +int tcp_portmon_update(void) { update_tcp_port_monitor_collection(pmc); + return 0; } int tcp_portmon_clear(void)