aboutsummaryrefslogtreecommitdiffstats
path: root/test/twbctf.h
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-19 22:12:33 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 23:23:09 +0100
commit667224817c0a5612d471c8cc579e159050ad61a1 (patch)
tree4f80a92c33c3d67a9c5352750c85d213851a7a0c /test/twbctf.h
parentbd348a50e65b9ef26b81998bf248480edaa7a4f2 (diff)
downloadsds-667224817c0a5612d471c8cc579e159050ad61a1.tar.xz
twbctf: Update to newest version
Note: The twbctf version used in sds is a slightly modified version and not pure upstream, to let us have the tests in test.c
Diffstat (limited to 'test/twbctf.h')
-rw-r--r--test/twbctf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/twbctf.h b/test/twbctf.h
index c0789cc..3f6656e 100644
--- a/test/twbctf.h
+++ b/test/twbctf.h
@@ -11,4 +11,6 @@ struct test {
test_p func;
};
+uint8_t longest_desc(const struct test *list);
+
#endif