diff options
Diffstat (limited to 'src/chat/gcol.h')
| -rw-r--r-- | src/chat/gcol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/chat/gcol.h b/src/chat/gcol.h index bce0db0..a564d22 100644 --- a/src/chat/gcol.h +++ b/src/chat/gcol.h @@ -45,6 +45,11 @@ private: static void delete_users_( user* user_obj ); +#ifdef NCURSES + + void print_garbage( ); +#endif + public: gcol(); ~gcol(); |
