#ifndef _CMDLINE_H_4ec10fa6_ #define _CMDLINE_H_4ec10fa6_ #include "algs.h" extern const char *host; extern const char *port; extern const char *remuser; extern int showoffer; extern ALGLIST *algs_kex; extern ALGLIST *algs_hk; extern ALGLIST *algs_enc_c2s; extern ALGLIST *algs_enc_s2c; extern ALGLIST *algs_mac_c2s; extern ALGLIST *algs_mac_s2c; extern ALGLIST *algs_comp_c2s; extern ALGLIST *algs_comp_s2c; extern const char *lang_c2s; extern const char *lang_s2c; extern void handleargs(int, char **); #endif