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