summaryrefslogtreecommitdiffstats
path: root/src/unit_test.h
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-09-17 22:17:33 +0000
committerLennart Weller <lhw@ring0.de>2017-09-17 22:17:33 +0000
commit6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 (patch)
tree6161925716661486e7f47c479668a9487b039d83 /src/unit_test.h
parentNew upstream version 1.7.0+dfsg (diff)
downloadnetdata-19ca3b25712ab631047d8307225f1ebf96f41828.tar.xz
netdata-19ca3b25712ab631047d8307225f1ebf96f41828.zip
New upstream version 1.8.0+dfsgupstream/1.8.0+dfsg
Diffstat (limited to 'src/unit_test.h')
-rw-r--r--src/unit_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit_test.h b/src/unit_test.h
index 3240b5f0e..68ed61fcb 100644
--- a/src/unit_test.h
+++ b/src/unit_test.h
@@ -5,5 +5,6 @@ extern int unit_test_storage(void);
extern int unit_test(long delay, long shift);
extern int run_all_mockup_tests(void);
extern int unit_test_str2ld(void);
+extern int unit_test_buffer(void);
#endif /* NETDATA_UNIT_TEST_H */