summaryrefslogtreecommitdiffstats
path: root/include/utils.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-02-13 22:14:03 +0200
committerStephen Hemminger <shemming@brocade.com>2015-02-21 16:40:26 -0800
commitb217df108ce9ecfa13c6a8ddfd1e3ff69af9faba (patch)
tree5323d362db7fd95561fee23b5daf35f860452d73 /include/utils.h
parentf1b39e1bd6681af208d428e02a43ff1df3b5fb16 (diff)
ss: Unify socket address output by one generic func
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index 3da22837..fec9ef4f 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -167,4 +167,6 @@ int iplink_parse(int argc, char **argv, struct iplink_req *req,
extern int do_each_netns(int (*func)(char *nsname, void *arg), void *arg,
bool show_label);
+char *int_to_str(int val, char *buf);
+
#endif /* __UTILS_H__ */