libidav/utils.h

changeset 150
37fb12574acd
parent 147
458a8dc68048
child 151
a316613205dc
equal deleted inserted replaced
149:509e9e1cbdcc 150:37fb12574acd
89 char* util_password_input(char *prompt); 89 char* util_password_input(char *prompt);
90 90
91 void util_generate_key(DavKey *key, char *password); 91 void util_generate_key(DavKey *key, char *password);
92 char* util_key_input(DavContext *ctx, DavKey *key); 92 char* util_key_input(DavContext *ctx, DavKey *key);
93 93
94 char* util_hexstr(unsigned char *data, size_t len);
95
94 #ifdef __cplusplus 96 #ifdef __cplusplus
95 } 97 }
96 #endif 98 #endif
97 99
98 #endif /* UTILS_H */ 100 #endif /* UTILS_H */

mercurial