Changeset 446 for ondir/trunk/conf.h

Show
Ignore:
Timestamp:
14/08/07 11:19:03 (3 years ago)
Author:
athomas
Message:

On Dir: Added final clause.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ondir/trunk/conf.h

    r333 r446  
    1818struct odpath_t { 
    1919        const char **paths, *content; 
    20         int npaths; 
     20        int npaths, final; 
    2121        pathtype_t type; 
    2222        struct odpath_t *next;