summaryrefslogtreecommitdiff
path: root/src/first_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/first_run.h')
-rw-r--r--src/first_run.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/first_run.h b/src/first_run.h
index 5a36ff6..ee9d6d5 100644
--- a/src/first_run.h
+++ b/src/first_run.h
@@ -21,9 +21,13 @@
#ifndef _JS_FIRST_RUN_H
#define _JS_FIRST_RUN_H
-int create_apf_dir();
+int create_apf_dir(char type);
+int create_publickey_store(char**);
int generate_rsa_key(char**);
int generate_certificate(char**, char*);
+char* get_store_filename();
+char* get_key_filename();
+char* get_cer_filename();
#endif