- Timestamp:
- 08/03/2007 07:33:37 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
lib/syck.h (modified) (1 diff)
-
tests/CuTest.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/syck.h
r237 r269 10 10 #ifndef SYCK_H 11 11 #define SYCK_H 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 12 16 13 17 #define SYCK_YAML_MAJOR 1 -
trunk/tests/CuTest.h
r165 r269 31 31 void CuStringAppendFormat(CuString* str, char* format, ...); 32 32 void CuStringResize(CuString* str, int newSize); 33 34 void CuStringFree(CuString *str); 33 35 34 36 /* CuTest */ … … 81 83 void CuSuiteSummary(CuSuite* testSuite, CuString* summary); 82 84 void CuSuiteDetails(CuSuite* testSuite, CuString* details); 85 void CuSuiteFree(CuSuite *testsuite); 83 86 84 87 #endif /* CU_TEST_H */