summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 956cb7dc37..594b33ea9e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -3,6 +3,10 @@
#include <gnutls/gnutls.h>
+/* the number of elements in the priority structures.
+ */
+#define PRI_MAX 16
+
int print_info( gnutls_session state, const char* hostname);
void print_cert_info( gnutls_session state, const char* hostname);
void print_list(void);