Add context to autocomplete_with_func and use it for omemo trust command

Fix #1068
This commit is contained in:
Paul Fariello
2020-01-30 23:44:43 +01:00
parent 8fba8a8958
commit a52e3ea1d8
26 changed files with 164 additions and 134 deletions

View File

@@ -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;
}