begin of dynamic capabilities handling in client

This commit is contained in:
Philippe Teuwen 2019-05-01 20:48:15 +02:00
commit ca43afa19b
55 changed files with 554 additions and 536 deletions

View file

@ -29,6 +29,7 @@ typedef struct {
bool stdoutOnTTY;
bool supports_colors;
bool pm3_present;
bool help_dump_mode;
} session_arg_t;
extern session_arg_t session;