Fairly big refactor...
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
#ifndef __AUTOCOMPLETE_H
|
||||
#define __AUTOCOMPLETE_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
std::vector<std::string> autocomplete_list_servers();
|
||||
std::vector<std::string> autocomplete_list_services(const std::string& server_name);
|
||||
|
||||
} // namespace dropshell
|
||||
|
||||
#endif // __AUTOCOMPLETE_H
|
Reference in New Issue
Block a user