aboutsummaryrefslogtreecommitdiffstats
path: root/common/idstringlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/idstringlist.h')
-rw-r--r--common/idstringlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/idstringlist.h b/common/idstringlist.h
index 6a6a554d..24a46731 100644
--- a/common/idstringlist.h
+++ b/common/idstringlist.h
@@ -64,6 +64,9 @@ struct IdStringList
}
return false;
}
+
+ static IdStringList concat(IdStringList a, IdStringList b);
+ IdStringList slice(size_t s, size_t e) const;
};
NEXTPNR_NAMESPACE_END