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