summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 6e282d9e..1eb1ba1b 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -406,6 +406,12 @@ extern target_t *get_target(const char *id);
*/
extern const char *target_get_name(struct target_s *target);
+/**
+ * Examine the specified @a target.
+ *
+ * This routine is a wrapper for target->type->examine.
+ */
+extern int target_examine_one(struct target_s *target);
/// @returns @c true if the target has been examined.
extern bool target_was_examined(struct target_s *target);
/// Sets the @c examined flag for the given target.