mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 03:56:21 +00:00
Add context to autocomplete_with_func and use it for omemo trust command
Fix #1068
This commit is contained in:
@@ -14,7 +14,7 @@ char * accounts_find_all(char *prefix)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char * accounts_find_enabled(char *prefix)
|
||||
char * accounts_find_enabled(char *prefix, void *context)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user