summaryrefslogtreecommitdiff
path: root/encode_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'encode_test.h')
-rw-r--r--encode_test.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/encode_test.h b/encode_test.h
new file mode 100644
index 0000000..9214bb8
--- /dev/null
+++ b/encode_test.h
@@ -0,0 +1,13 @@
+#ifndef _ENCODE_TEST_H
+#define _ENCODE_TEST_H
+
+void test_gob_encode_unsigned_int();
+void test_flip_unsigned_long_long();
+void test_gob_encode_double();
+void test_gob_encode_int();
+void test_gob_encode_string();
+void test_gob_encode_simple_type();
+void test_gob_encode_more_complex_type();
+
+#endif
+