--- rxvt-unicode/src/libptytty.h 2006/01/25 10:51:26 1.6 +++ rxvt-unicode/src/libptytty.h 2006/10/03 11:21:33 1.7 @@ -6,7 +6,7 @@ #ifdef __cplusplus -// c++ api +// C++ API struct ptytty { int pty; // pty file descriptor; connected to rxvt @@ -42,7 +42,7 @@ #else -// c api +// C API typedef void *PTYTTY;