build: Rename util.{c,h} to calls-util.{c,h}

"util" is a very generic name. This guards against accidentally
including similarly named headers from elsewhere.
This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-21 16:42:39 +01:00
parent ba77fb8de4
commit bb6b76107c
26 changed files with 25 additions and 25 deletions

View File

@@ -62,7 +62,7 @@
<chapter id="utils">
<title>Utilities</title>
<xi:include href="xml/calls-log.xml"/>
<xi:include href="xml/util.xml"/>
<xi:include href="xml/calls-util.xml"/>
</chapter>
<chapter id="provider-abstraction">