#ifndef WORDPLAY_H #define WORDPLAY_H void harry_idle_event(int fd); void init_harry(); int init_regex(void); int mangle(int fd, const char *buffer, int len); int mangle(int fd, string buffer); #endif