summaryrefslogtreecommitdiff
path: root/cesar/cl/stub/src/cl_mactotei.c
diff options
context:
space:
mode:
authordufour2008-12-22 16:01:02 +0000
committerdufour2008-12-22 16:01:02 +0000
commit6f3333af1c8034d4c17b423ca0bae736bbdd6e7e (patch)
tree2844c462ad33d6706cc5eae008e92be9041f433b /cesar/cl/stub/src/cl_mactotei.c
parent9ecf4ece763fa0db0a9a3c4e461312a051eff8ed (diff)
* cl (see #165):
- add a function to cancel the creation of the MAC to TEI table. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3700 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cl/stub/src/cl_mactotei.c')
-rw-r--r--cesar/cl/stub/src/cl_mactotei.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/cl/stub/src/cl_mactotei.c b/cesar/cl/stub/src/cl_mactotei.c
index ede44fce10..5d38e7380b 100644
--- a/cesar/cl/stub/src/cl_mactotei.c
+++ b/cesar/cl/stub/src/cl_mactotei.c
@@ -45,6 +45,9 @@ void
cl_mactotei_copy_except_tag (cl_t *ctx, cl_mactotei_blk_t *table, u8 tag)
__attribute__((weak));
+void
+cl_mactotei_cancel (cl_mactotei_blk_t *table) __attribute__((weak));
+
cl_mactotei_blk_t *
cl_mactotei_new (void)
{
@@ -80,3 +83,8 @@ void
cl_mactotei_copy_except_tag (cl_t *ctx, cl_mactotei_blk_t *table, u8 tag)
{
}
+
+void
+cl_mactotei_cancel (cl_mactotei_blk_t *table)
+{
+}