From 2b6208917e92d93f94ad6620c5135d1bcd237ea8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 10:08:30 +0000 Subject: command completion (single match) --- src/core/func.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/func.h') diff --git a/src/core/func.h b/src/core/func.h index ad189b8..3a58295 100644 --- a/src/core/func.h +++ b/src/core/func.h @@ -10,6 +10,8 @@ #include "sys/sys.h" #include +#include +#include namespace core { @@ -34,6 +36,9 @@ Func find(const std::string &functionname); /// list the function registry void list(); +/// the function registry +extern std::map registry; + } // namespace func } // namespace core -- cgit v1.2.3