Changeset 481 for trunk/include/sh_files.h
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_files.h
r457 r481 31 31 }; 32 32 33 /* Fix the check flags 34 */ 35 void sh_files_fixup_mask (int class, unsigned long * check_flags); 36 37 /* Dequote a filename in the config file 38 */ 39 char * sh_files_parse_input(const char * str_s, size_t * len); 40 33 41 /* Check whether a file is in the config 34 42 */ … … 233 241 int sh_files_redef_allignore(const char * str); 234 242 235 ShFileType sh_files_filecheck (int class, unsigned long check_ mask,243 ShFileType sh_files_filecheck (int class, unsigned long check_flags, 236 244 const char * dirName, 237 245 const char * infileName, … … 239 247 int rsrcflag); 240 248 241 int sh_files_checkdir (int iclass, unsigned long check_ mask,249 int sh_files_checkdir (int iclass, unsigned long check_flags, 242 250 int idepth, char * iname, 243 251 char * relativeName); 244 252 245 253 int sh_files_search_file(char * name, int * class, 246 unsigned long *check_ mask, int * reported);254 unsigned long *check_flags, int * reported); 247 255 int sh_files_search_dir(char * name, int * class, 248 unsigned long *check_ mask, int *reported,256 unsigned long *check_flags, int *reported, 249 257 int * rdepth); 250 258 void sh_files_set_file_reported(const char * name);
Note:
See TracChangeset
for help on using the changeset viewer.