| 650:3e4f9cdd70b8 | 651:ed74879c7041 |
|---|---|
| 59 enum KeyfileHashType hash_type; | 59 enum KeyfileHashType hash_type; |
| 60 char *hash; | 60 char *hash; |
| 61 size_t hashlen; | 61 size_t hashlen; |
| 62 }; | 62 }; |
| 63 | 63 |
| 64 Keyfile* keyfile_new(CxAllocator *a); | 64 Keyfile* keyfile_new(const CxAllocator *a); |
| 65 | 65 |
| 66 int keyfile_add_user( | 66 int keyfile_add_user( |
| 67 Keyfile *keyfile, | 67 Keyfile *keyfile, |
| 68 cxmutstr user, | 68 cxmutstr user, |
| 69 enum KeyfileHashType hash_type, | 69 enum KeyfileHashType hash_type, |