diff options
author | midipix <writeonce@midipix.org> | 2016-07-13 21:05:48 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:28 -0400 |
commit | f67c207318b2f2e39d67dfbae582186cffa99666 (patch) | |
tree | d5aa7dedc508c41622020883f1673cbe6bd16648 /src/internal | |
parent | 7307c5eee83cbc76de38ab768000dccbae2bf11e (diff) | |
download | ptycon-f67c207318b2f2e39d67dfbae582186cffa99666.tar.bz2 ptycon-f67c207318b2f2e39d67dfbae582186cffa99666.tar.xz |
driver: added --daemon support.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ptycon_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h index 13a2e35..b1eefc7 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -24,6 +24,7 @@ extern const gdi_vtbl * const ptyc_gdi; enum app_tags { TAG_HELP, TAG_VERSION, + TAG_DAEMON, TAG_DEBUG, TAG_CAT, TAG_WAIT, |