dav/pwd.h

changeset 731
e0358fa1a3b1
parent 654
8f2b8f2a5cde
child 747
efbd59642577
--- 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;

mercurial