diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-11-28 19:29:00 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-11-28 19:29:00 +0300 |
commit | 06661f20cbb9d2f1d0f8a68fb7bc46dcd97c6276 (patch) | |
tree | d1054848d24437038adb3f75cbfc028c94e69548 /test/tests.h | |
parent | f1fdc9c6c1fa897f6eac5abc4cd193b55d31e7bc (diff) | |
download | rspamd-06661f20cbb9d2f1d0f8a68fb7bc46dcd97c6276.tar.gz rspamd-06661f20cbb9d2f1d0f8a68fb7bc46dcd97c6276.zip |
* Write functions to operate blocks in stat files
* Write test case for statistics files API
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h index 7ff763623..ed852f2d3 100644 --- a/test/tests.h +++ b/test/tests.h @@ -17,4 +17,7 @@ void rspamd_mem_pool_test_func (); /* Expressions */ void rspamd_expression_test_func (); +/* Stat file */ +void rspamd_statfile_test_func (); + #endif |