Changes in trunk/src/sh_ignore.c [1:22]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_ignore.c
r1 r22 53 53 54 54 static struct sh_ignore_list * sh_ignore_add_int(struct sh_ignore_list * list, 55 c har * addpath)55 const char * addpath) 56 56 { 57 57 struct sh_ignore_list * new; … … 96 96 } 97 97 98 int sh_ignore_add_del (c har * addpath)98 int sh_ignore_add_del (const char * addpath) 99 99 { 100 100 if ((addpath == NULL) || (addpath[0] != '/')) … … 106 106 } 107 107 108 int sh_ignore_add_new (c har * addpath)108 int sh_ignore_add_new (const char * addpath) 109 109 { 110 110 if ((addpath == NULL) || (addpath[0] != '/'))
Note:
See TracChangeset
for help on using the changeset viewer.