summaryrefslogtreecommitdiff
path: root/rld-outputter.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld-outputter.h')
-rw-r--r--rld-outputter.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/rld-outputter.h b/rld-outputter.h
index 0957c04..8b052e6 100644
--- a/rld-outputter.h
+++ b/rld-outputter.h
@@ -62,6 +62,11 @@ namespace rld
const files::object_list& dependents,
const files::cache& cache);
+ void archivera (const std::string& name,
+ const files::object_list& dependents,
+ files::cache& cache,
+ bool ra_exist);
+
/**
* Output the object file list as a script.
*
@@ -110,7 +115,8 @@ namespace rld
const std::string& exit,
const files::object_list& dependents,
const files::cache& cache,
- const symbols::table& symbols);
+ const symbols::table& symbols,
+ bool one_file);
}
}