summaryrefslogtreecommitdiff
path: root/cli/runtime-header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 14:18:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 14:18:38 +0200
commit6f6c10491ce0e973fe8328508fe2a232c2189016 (patch)
tree8163d6bf03edfb050fa14a408e38030246c0a99c /cli/runtime-header.hxx
parent6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 (diff)
Move runtime inline function to inline file
Diffstat (limited to 'cli/runtime-header.hxx')
-rw-r--r--cli/runtime-header.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx
index 5f78e9d..0e3bdff 100644
--- a/cli/runtime-header.hxx
+++ b/cli/runtime-header.hxx
@@ -9,9 +9,6 @@
#include "context.hxx"
void
-generate_runtime_header_decl (context&);
-
-void
-generate_runtime_header_impl (context&);
+generate_runtime_header (context&);
#endif // CLI_RUNTIME_HEADER_HXX