summaryrefslogtreecommitdiff
path: root/server/src/macrotool_dump.h
diff options
context:
space:
mode:
authordeva <deva>2009-07-06 13:50:56 +0000
committerdeva <deva>2009-07-06 13:50:56 +0000
commitca32aba4df1b021b1acaa8f0650fa6a0cd7b9d80 (patch)
treec5556cefdc68846cf3c3343d54ae964c43ba65ec /server/src/macrotool_dump.h
parentce3ee895ae8c893c0202e4cddb068dce9919cd0d (diff)
Rewrite of parameter handler. A new fieldnames module... currently does nothing useful.
Diffstat (limited to 'server/src/macrotool_dump.h')
-rw-r--r--server/src/macrotool_dump.h3
1 files changed, 2 insertions, 1 deletions
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 <vector>
#include <string>
-void macrotool_dump(std::string param);
+void macrotool_dump(std::vector<std::string> params);
#endif/*__PRACRO_MACROTOOL_DUMP_H__*/