Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
info: add abuf_json_prefix json helper
[olsrd.git]
/
lib
/
info
/
info_json_helpers.h
diff --git
a/lib/info/info_json_helpers.h
b/lib/info/info_json_helpers.h
index
c93f04a
..
1217a95
100644
(file)
--- a/
lib/info/info_json_helpers.h
+++ b/
lib/info/info_json_helpers.h
@@
-69,4
+69,6
@@
void abuf_json_ip_address(struct autobuf *abuf, const char* key, union olsr_ip_a
void abuf_json_ip_address46(struct autobuf *abuf, const char* key, void *ip, int af);
+void abuf_json_prefix(struct autobuf *abuf, const char* key, struct olsr_ip_prefix *prefix);
+
#endif /* _OLSRD_LIB_INFO_JSON_HELPERS_H_ */