summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-13 21:05:48 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:28 -0400
commitf67c207318b2f2e39d67dfbae582186cffa99666 (patch)
treed5aa7dedc508c41622020883f1673cbe6bd16648 /src/internal
parent7307c5eee83cbc76de38ab768000dccbae2bf11e (diff)
downloadptycon-f67c207318b2f2e39d67dfbae582186cffa99666.tar.bz2
ptycon-f67c207318b2f2e39d67dfbae582186cffa99666.tar.xz
driver: added --daemon support.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ptycon_driver_impl.h1
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,