summaryrefslogtreecommitdiff
path: root/src/certtool-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r--src/certtool-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h
index 91a4c6d1e9..9c5fb977e1 100644
--- a/src/certtool-common.h
+++ b/src/certtool-common.h
@@ -23,6 +23,7 @@
#include <gnutls/x509.h>
#include <stdio.h>
+#include <stdbool.h>
#define TYPE_CRT 1
#define TYPE_CRQ 2
@@ -78,6 +79,8 @@ typedef struct common_info {
} common_info_st;
/* this must be provided by the app */
+const char *get_pass(void);
+const char *get_confirmed_pass(bool empty_ok);
void app_exit(int val)
#ifdef __GNUC__
__attribute__ ((noreturn))