From c62a947a2804c3027471b20815c7544e0fd698d0 Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 2 Dec 2022 14:20:39 +0100 Subject: api: Make NetInfo* of checkPipAvailForNet const Signed-off-by: gatecat --- docs/archapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/archapi.md') diff --git a/docs/archapi.md b/docs/archapi.md index 3fc30cdb..efd833d2 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -402,7 +402,7 @@ pip to a net. *BaseArch default: returns `getBoundPipNet(pip) == nullptr`* -### bool checkPipAvailForNet(PipId pip, NetInfo *net) const +### bool checkPipAvailForNet(PipId pip, const NetInfo *net) const Returns true if the given pip is available to be bound to a net, or if the pip is already bound to that net. -- cgit v1.2.3