summaryrefslogtreecommitdiff
path: root/ucoolib/arch/arch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/arch/arch.hh')
-rw-r--r--ucoolib/arch/arch.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ucoolib/arch/arch.hh b/ucoolib/arch/arch.hh
index dbbeb51..92aa115 100644
--- a/ucoolib/arch/arch.hh
+++ b/ucoolib/arch/arch.hh
@@ -30,6 +30,14 @@ namespace ucoo {
void
arch_init (int argc, const char **argv);
+#ifdef TARGET_host
+
+/// Retrieve program arguments.
+void
+arch_get_args (int &argc, const char **&argv);
+
+#endif
+
} // namespace ucoo
#endif // ucoolib_arch_arch_hh