ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/libptytty.h
(Generate patch)

Comparing libptytty/src/libptytty.h (file contents):
Revision 1.18 by root, Sun Jun 27 15:27:28 2021 UTC vs.
Revision 1.19 by root, Sun Jun 27 15:30:07 2021 UTC

4#ifdef __cplusplus 4#ifdef __cplusplus
5 5
6// C++ API 6// C++ API
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9#include <string.h>
9#include <exception> 10#include <exception>
10#include <string.h>
11 11
12class ptytty_error : public std::exception 12class ptytty_error : public std::exception
13{ 13{
14private: 14private:
15 char *msg; 15 char *msg;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines