#ifndef WORDPLAY_H
#define WORDPLAY_H
#include <string>

void harry_idle_event(int fd);
void init_harry();
int mangle(int fd, std::string &buffer);
#endif