1
0
Fork 0

Removed unused defines from adrbook.h.

This commit is contained in:
Alexander Andreev 2024-03-31 02:12:31 +04:00
parent 23599f4420
commit 9d7383ec73
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@
#include "crypt.h"
#include <netinet/in.h>
#define ADDRBOOK_NAME_MAXLEN 64
#define ADDRBOOK_PORT_MAXLEN 5
typedef struct addrbook_entry_t {
char pubk[CRYPT_PKEY_HEXLEN];
char *alias;