comparison src/ploki/transmogrify.h @ 4223:ac0403686959

<oerjan> rm -rf src/ploki; mv ploki src
author HackBot
date Fri, 20 Dec 2013 22:18:50 +0000
parents
children
comparison
equal deleted inserted replaced
4222:b0f3e267bb1e 4223:ac0403686959
1 #ifndef TRANSMOGRIFY_H_
2 #define TRANSMOGRIFY_H_
3
4 #include "expr.h"
5 #include "text.h"
6
7 void trans_fold(struct expr **);
8 void transmogrify(struct text *);
9
10 #endif /* TRANSMOGRIFY_H_ */