diff options
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r-- | module/remote/pyload.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift index 7eadd54e6..c66ec20d6 100644 --- a/module/remote/pyload.thrift +++ b/module/remote/pyload.thrift @@ -450,8 +450,8 @@ service Pyload { FileInfo getFileInfo(1: FileID fid) throws (1: FileDoesNotExists e), TreeCollection findFiles(1: string pattern), - list<string> getAutocompletion(1: string pattern), TreeCollection findPackages(1: list<string> tags), + list<string> searchSuggestions(1: string pattern), // Modify Files/Packages |