Changeset 446 for ondir/trunk/conf.h
- Timestamp:
- 14/08/07 11:19:03 (3 years ago)
- Files:
-
- 1 modified
-
ondir/trunk/conf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ondir/trunk/conf.h
r333 r446 18 18 struct odpath_t { 19 19 const char **paths, *content; 20 int npaths ;20 int npaths, final; 21 21 pathtype_t type; 22 22 struct odpath_t *next;
