Code

t/: Added unit tests for the string buffer utilities.
[sysdb.git] / t / libsysdb_test.h
index b098ccdba99110868529fced198ae14230b23131..ebe1959e2a058092fd458f0ca38282bffe8f1f0d 100644 (file)
@@ -56,6 +56,10 @@ util_dbi_suite(void);
 Suite *
 util_llist_suite(void);
 
+/* t/utils/strbuf_test */
+Suite *
+util_strbuf_suite(void);
+
 #endif /* T_LIBSYSDB_H */
 
 /* vim: set tw=78 sw=4 ts=4 noexpandtab : */