Committing all of my little comment syntax changes and getting them out of the way...
[citadel.git] / libcitadel / tests / stringbuf_test.h
1     
2 #ifndef CUNIT_AUTOMATED_H_SEEN
3 #define CUNIT_AUTOMATED_H_SEEN
4
5 #include <CUnit/CUnit.h>
6 #include <CUnit/Basic.h>
7 #include <CUnit/TestDB.h>
8
9
10 CU_EXPORT void         CU_automated_run_tests(void);
11 CU_EXPORT CU_ErrorCode CU_list_tests_to_file(void);
12 CU_EXPORT void         CU_set_output_filename(const char* szFilenameRoot);
13
14
15 #endif  /*  CUNIT_AUTOMATED_H_SEEN  */