charon-cmd: add a connection object and its initiation to charon-cmd

This commit is contained in:
Martin Willi
2013-05-06 15:28:26 +02:00
parent be44723de0
commit 78d7a0f7e2
6 changed files with 313 additions and 10 deletions
+2
View File
@@ -30,6 +30,8 @@ typedef enum cmd_option_type_t cmd_option_type_t;
enum cmd_option_type_t {
CMD_OPT_HELP,
CMD_OPT_VERSION,
CMD_OPT_HOST,
CMD_OPT_IDENTITY,
CMD_OPT_COUNT
};