Add FiSHLiM GTK key manager + context menu access

This commit is contained in:
2026-06-15 22:56:50 -06:00
parent 72132d5e88
commit b09af655e7
5 changed files with 277 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
char *keystore_get_key(const char *nick, enum fish_mode *mode);
gboolean keystore_store_key(const char *nick, const char *key, enum fish_mode mode);
gboolean keystore_delete_nick(const char *nick);
gchar **keystore_get_targets(gsize *length);
#endif