Changeset 3317
- Timestamp:
- 05/04/08 22:40:57 (4 months ago)
- Files:
-
- trunk/opensync/format/opensync_converter.c (modified) (1 diff)
- trunk/opensync/format/opensync_converter.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/opensync/format/opensync_converter.c
r3173 r3317 353 353 * @returns the number of converters in the specified path 354 354 */ 355 int osync_converter_path_num_edges(OSyncFormatConverterPath *path)355 unsigned int osync_converter_path_num_edges(OSyncFormatConverterPath *path) 356 356 { 357 357 osync_assert(path); trunk/opensync/format/opensync_converter.h
r2953 r3317 54 54 55 55 OSYNC_EXPORT void osync_converter_path_add_edge(OSyncFormatConverterPath *path, OSyncFormatConverter *edge); 56 OSYNC_EXPORT int osync_converter_path_num_edges(OSyncFormatConverterPath *path);56 OSYNC_EXPORT unsigned int osync_converter_path_num_edges(OSyncFormatConverterPath *path); 57 57 OSYNC_EXPORT OSyncFormatConverter *osync_converter_path_nth_edge(OSyncFormatConverterPath *path, unsigned int nth); 58 58 OSYNC_EXPORT const char *osync_converter_path_get_config(OSyncFormatConverterPath *path);
