From ca32aba4df1b021b1acaa8f0650fa6a0cd7b9d80 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Jul 2009 13:50:56 +0000 Subject: Rewrite of parameter handler. A new fieldnames module... currently does nothing useful. --- server/src/macrotool_dump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/macrotool_dump.h') diff --git a/server/src/macrotool_dump.h b/server/src/macrotool_dump.h index cc5adff..1f2101d 100644 --- a/server/src/macrotool_dump.h +++ b/server/src/macrotool_dump.h @@ -28,8 +28,9 @@ #ifndef __PRACRO_MACROTOOL_DUMP_H__ #define __PRACRO_MACROTOOL_DUMP_H__ +#include #include -void macrotool_dump(std::string param); +void macrotool_dump(std::vector params); #endif/*__PRACRO_MACROTOOL_DUMP_H__*/ -- cgit v1.2.3