view src/ploki/deparse.h @ 6267:95a161d66971

<tswett> echo \'They have made their last mistake. Punish them.\' > evil/960
author HackBot
date Thu, 26 Nov 2015 16:36:28 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef DEPARSE_H_
#define DEPARSE_H_

#include "text.h"

void deparse(const struct text *);

#endif /* DEPARSE_H_ */