- Timestamp:
- 04/24/06 20:54:34 (3 years ago)
- Location:
- releases/openct-0.6.7/src
- Files:
-
- 2 modified
-
ct/path.c (modified) (1 diff)
-
include/openct/path.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/openct-0.6.7/src/ct/path.c
r845 r849 15 15 * Format path 16 16 */ 17 int ct_format_path(char *path, size_t pathlen,char *file)17 int ct_format_path(char *path, const size_t pathlen, const char *file) 18 18 { 19 19 int rc; -
releases/openct-0.6.7/src/include/openct/path.h
r820 r849 12 12 #endif 13 13 14 extern int ct_format_path(char *path, size_t pathlen,char *file);14 extern int ct_format_path(char *path, const size_t pathlen, const char *file); 15 15 16 16 #ifdef __cplusplus
