summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/RubyUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/RubyUtil.h')
-rw-r--r--cpp/include/Slice/RubyUtil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Slice/RubyUtil.h b/cpp/include/Slice/RubyUtil.h
index 0095d286c55..4cb97a8826f 100644
--- a/cpp/include/Slice/RubyUtil.h
+++ b/cpp/include/Slice/RubyUtil.h
@@ -46,6 +46,8 @@ SLICE_API std::string getAbsolute(const Slice::ContainedPtr&, IdentStyle, const
//
SLICE_API void printHeader(IceUtilInternal::Output&);
+SLICE_API int compile(int, char*[]);
+
}
}