busted
This commit is contained in:
16
src/autocomplete.hpp
Normal file
16
src/autocomplete.hpp
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef AUTOCOMPLETE_HPP
|
||||
#define AUTOCOMPLETE_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
void autocomplete(const std::vector<std::string> &args);
|
||||
|
||||
void autocomplete_list_commands();
|
||||
|
||||
} // namespace dropshell
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user