view ploki/deparse.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 DEPARSE_H_
#define DEPARSE_H_

#include "text.h"

void deparse(const struct text *);

#endif /* DEPARSE_H_ */