view ploki/transmogrify.h @ 4215:7a6bc310b732

<shachaf> tar xjf ploki-0.6.5.1.tar.bz2
author HackBot
date Fri, 20 Dec 2013 22:04:38 +0000
parents
children
line wrap: on
line source

#ifndef TRANSMOGRIFY_H_
#define TRANSMOGRIFY_H_

#include "expr.h"
#include "text.h"

void trans_fold(struct expr **);
void transmogrify(struct text *);

#endif /* TRANSMOGRIFY_H_ */