diff -r 83f832e345e0 -r e0358fa1a3b1 dav/pwd.h --- a/dav/pwd.h Sun Aug 08 11:45:36 2021 +0200 +++ b/dav/pwd.h Sun Aug 08 12:45:31 2021 +0200 @@ -115,6 +115,16 @@ DavKey *key; /* + * optional shell command, that is used for getting the master password + */ + char *unlock_cmd; + + /* + * optional shell command, that is exected when the secretstore is closed + */ + char *lock_cmd; + + /* * start offset of the encrypted buffer */ uint32_t encoffset;