mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 23:26:23 +00:00
Allow previous autocompletion with shift tab
This commit is contained in:
@@ -89,7 +89,7 @@ void tlscerts_free(TLSCertificate *cert);
|
||||
|
||||
GList* tlscerts_list(void);
|
||||
|
||||
char* tlscerts_complete(const char *const prefix);
|
||||
char* tlscerts_complete(const char *const prefix, gboolean previous);
|
||||
|
||||
void tlscerts_reset_ac(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user