Add install option
This commit is contained in:
14
src/autocomplete.hpp
Normal file
14
src/autocomplete.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#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