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