index
:
naskpass.git
master
NCurses based replacement for askpass (related to cryptsetup).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
opt.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/opt.h')
-rw-r--r--
src/opt.h
3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt.h b/src/opt.h
index a5fd37f..102dc68 100644
--- a/
src/opt.h
+++ b/
src/opt.h
@@ -20,7 +20,8 @@ struct opt {
enum opt_index {
FIFO_PATH = 0,
- CRYPT_CMD
+ CRYPT_CMD,
+ LOG_FILE
};