Fix keyring mode switching and password reveal state

This commit is contained in:
2026-06-05 10:38:16 -06:00
parent 26afc125c7
commit d0c4a5addd
3 changed files with 209 additions and 48 deletions

View File

@@ -126,5 +126,7 @@ GSList *servlist_favchan_listadd (GSList *chanlist, char *channel, char *key);
gboolean joinlist_is_in_list (server *serv, char *channel);
char *servlist_password_encrypt_for_storage (const char *pass);
char *servlist_password_decrypt_for_storage (const char *pass);
gboolean servlist_password_is_encrypted (const char *pass);
#endif