summaryrefslogtreecommitdiff
path: root/tools/spec.h
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2026-08-03 16:42:52 +0200
committerGitHub <noreply@github.com>2026-08-03 16:42:52 +0200
commit22d4ca0be7c37ffe5aa5cd8582ca1fb4e2dc73a6 (patch)
treebf70ce1bbc8a48b6a7601ad096fd4ebf42d326a1 /tools/spec.h
parentda4a1f661cc87c8a31b65310f8940a5c5f0927d6 (diff)
spec: change `include` to ignore duped includes across spec (#2777)HEADmain
* spec: impl `include_once` and error on duped includes across spec * duped includes fixups * rm get_single_segment_by_name from spec.c (unused code) * replace include logic with include_once's
Diffstat (limited to 'tools/spec.h')
-rw-r--r--tools/spec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/spec.h b/tools/spec.h
index 8c4891043..96ca6c16f 100644
--- a/tools/spec.h
+++ b/tools/spec.h
@@ -55,10 +55,6 @@ typedef struct Segment {
void parse_rom_spec(char* spec, struct Segment** segments, int* segment_count);
-bool get_single_segment_by_name(struct Segment* dstSegment, char *spec, const char *segmentName);
-
-void free_single_segment_elements(struct Segment *segment);
-
void free_rom_spec(struct Segment* segments, int segment_count);
#endif