declare getremotehostname

This commit is contained in:
Charles Forsyth 2015-10-04 21:39:01 +01:00
parent f163dcf6f9
commit 5478072781
1 changed files with 2 additions and 0 deletions

View File

@ -204,3 +204,5 @@ enum {
#define DESKEYLEN 7
void key_setup(char key[DESKEYLEN], char expandedkey[128]);
void block_cipher(char expandedkey[128], char buf[8], int decrypting);
void getremotehostname(char*, int);