summaryrefslogtreecommitdiff
path: root/src/common.h
blob: 0dff897615e38a4c7b32e73b69de7b51deb12a42 (plain)
1
2
3
4
5
6
7
#define PORT 5556
#define SERVER "127.0.0.1"

#include "../lib/gnutls.h"

int print_info( GNUTLS_STATE state);
int print_list(void);