New way of handling the meta protocol.

This commit is contained in:
Ivo Timmermans 2000-04-30 16:11:05 +00:00
parent cd12345032
commit ca73b722cb
5 changed files with 174 additions and 105 deletions

View file

@ -62,6 +62,7 @@ typedef struct real_packet_t {
typedef struct passphrase_t {
unsigned char type;
char unused1;
unsigned short len;
unsigned char phrase[MAX_PASSPHRASE_SIZE];
} passphrase_t;