Changeset 131 for trunk/include/sh_files.h
- Timestamp:
- Oct 22, 2007, 11:19:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_files.h
r27 r131 21 21 #define SH_FILES_H 22 22 23 struct sh_dirent { 24 char * sh_d_name; 25 struct sh_dirent * next; 26 }; 27 28 /* free a directory listing 29 */ 30 void kill_sh_dirlist (struct sh_dirent * dirlist); 31 32 /* add an entry to a directory listing 33 */ 34 struct sh_dirent * addto_sh_dirlist (struct dirent * thisEntry, 35 struct sh_dirent * dirlist); 23 36 /* register exceptions to hardlink check 24 37 */
Note:
See TracChangeset
for help on using the changeset viewer.