dav/pwd.h

changeset 731
e0358fa1a3b1
parent 654
8f2b8f2a5cde
child 747
efbd59642577
equal deleted inserted replaced
730:83f832e345e0 731:e0358fa1a3b1
113 * key used for encryption/decryption 113 * key used for encryption/decryption
114 */ 114 */
115 DavKey *key; 115 DavKey *key;
116 116
117 /* 117 /*
118 * optional shell command, that is used for getting the master password
119 */
120 char *unlock_cmd;
121
122 /*
123 * optional shell command, that is exected when the secretstore is closed
124 */
125 char *lock_cmd;
126
127 /*
118 * start offset of the encrypted buffer 128 * start offset of the encrypted buffer
119 */ 129 */
120 uint32_t encoffset; 130 uint32_t encoffset;
121 131
122 /* 132 /*

mercurial