summaryrefslogtreecommitdiff
path: root/include/erebos/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r--include/erebos/identity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h
index 4792330..fa8fde3 100644
--- a/include/erebos/identity.h
+++ b/include/erebos/identity.h
@@ -41,7 +41,9 @@ public:
bool operator!=(const Identity & other) const;
std::optional<Ref> ref() const;
+ std::optional<Ref> extRef() const;
std::vector<Ref> refs() const;
+ std::vector<Ref> extRefs() const;
std::vector<Ref> updates() const;
class Builder