summaryrefslogtreecommitdiff
path: root/src/rebuild.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 19:26:26 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-01-11 19:26:26 +0100
commit648c89e879f739f82ed6dba7df7243e54b98601f (patch)
tree626756d852fdff35235e1814a63c3daa29403ea3 /src/rebuild.cc
parentf10bfc1bff1dc2792b4905c27dd22c0999162fac (diff)
Rename ExternalX structs to external_x
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r--src/rebuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebuild.cc b/src/rebuild.cc
index c766ae4..7e5259a 100644
--- a/src/rebuild.cc
+++ b/src/rebuild.cc
@@ -114,7 +114,7 @@ std::array<ExternalConfigurationEntry, 1024> externalConfigFiles;
std::size_t numExternalConfigFiles{0};
namespace ctor {
-int reg(ExternalConfigurations (*cb)(const ctor::settings&),
+int reg(ctor::external_configurations (*cb)(const ctor::settings&),
const std::source_location location)
{
// NOTE: std::cout cannot be used here