summaryrefslogblamecommitdiffstats
path: root/src/eval.h
blob: 2d4f6a19d03f7ddac9b7c727dd7c03e2a243216f (plain) (tree)
1
2
3
4
5
6
7
8







                          
#ifndef __EVAL_H
#define __EVAL_H

#include "types.h"

recipe * eval(recipe * r);

#endif /* __EVAL_H */