summaryrefslogtreecommitdiff
path: root/encode_test.h
diff options
context:
space:
mode:
authorGraham Miller <graham.miller@gmail.com>2011-01-14 13:20:41 -0500
committerGraham Miller <graham.miller@gmail.com>2011-01-14 13:20:41 -0500
commite2b7f01dfc654fb4407e83ea1be57974a3ef493a (patch)
tree4e723404cb00c7ac660d6f45be275dc092046784 /encode_test.h
downloadlibgob-e2b7f01dfc654fb4407e83ea1be57974a3ef493a.tar.gz
libgob-e2b7f01dfc654fb4407e83ea1be57974a3ef493a.tar.bz2
initial commit
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
+