From f67c207318b2f2e39d67dfbae582186cffa99666 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 Jul 2016 21:05:48 -0400 Subject: driver: added --daemon support. --- src/internal/ptycon_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') 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, -- cgit v1.2.3