wordplay.h 154 B

12345678
  1. #ifndef WORDPLAY_H
  2. #define WORDPLAY_H
  3. #include <string>
  4. void harry_idle_event(int fd);
  5. void init_harry();
  6. int mangle(int fd, std::string &buffer);
  7. #endif