diff options
author | midipix <writeonce@midipix.org> | 2016-07-14 04:09:06 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:28 -0400 |
commit | a389fbf9c977d50c492d8efb6b9e260572f1eb9a (patch) | |
tree | b4f5d992c98de6f09ab423120df60bd14d87de86 /include | |
parent | 324584bf01e943a22b1f643aa66d769720892b0c (diff) | |
download | ptycon-a389fbf9c977d50c492d8efb6b9e260572f1eb9a.tar.bz2 ptycon-a389fbf9c977d50c492d8efb6b9e260572f1eb9a.tar.xz |
daemon: added initial definitions and interface declarations.
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 |