wordplay.h 200 B

12345678
  1. #ifndef WORDPLAY_H
  2. #define WORDPLAY_H
  3. void harry_idle_event(int fd);
  4. void init_harry();
  5. int init_regex(void);
  6. int mangle(int fd, const char *buffer, int len);
  7. int mangle(int fd, string buffer);
  8. #endif