diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 2f111b7..ce0fbd7 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -18,6 +18,12 @@ extern "C" { #endif #endif +/* daemon */ +#define PTYC_PORT_GUID_DAEMON {0x38a31275, \ + 0x8c52, \ + 0x4285, \ + {0xaa,0x34,0x70,0xe0,0x6c,0x30,0x6d,0xe5}} + /* status codes */ #define PTYC_OK 0x00 #define PTYC_USAGE 0x01 |