aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/tests/test-qcdm-utils.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-03-31 20:24:12 -0700
committerDan Williams <dcbw@redhat.com>2010-03-31 20:24:12 -0700
commitf39afdd5f7c5d6ed56dd7a00ddb13de12dcda5b8 (patch)
tree740c047f417ff1463d068cbbeb3c4237e4607523 /libqcdm/tests/test-qcdm-utils.h
parent4d89b519b4c889859a84780a18dbb2f12c9a9438 (diff)
qcdm: fix endian issues for BE platforms
And add a testcase for packet encapsulation to ensure we don't have further endian issues in the future.
Diffstat (limited to 'libqcdm/tests/test-qcdm-utils.h')
-rw-r--r--libqcdm/tests/test-qcdm-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqcdm/tests/test-qcdm-utils.h b/libqcdm/tests/test-qcdm-utils.h
index 767a72ae..80386664 100644
--- a/libqcdm/tests/test-qcdm-utils.h
+++ b/libqcdm/tests/test-qcdm-utils.h
@@ -20,5 +20,7 @@
void test_utils_decapsulate_buffer (void *f, void *data);
+void test_utils_encapsulate_buffer (void *f, void *data);
+
#endif /* TEST_QCDM_UTILS_H */