diff options
Diffstat (limited to 'eval.h')
-rw-r--r-- | eval.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * The evaluation functions that implement literal expressions like -name, + * -print, etc. + */ + #ifndef BFS_EVAL_H #define BFS_EVAL_H |