diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-08 13:30:20 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-08 13:30:20 -0400 |
| commit | 5b1960ccbdda1a99ccd22638bb4721ee5c4c3331 (patch) | |
| tree | 5cae945f9c3e2713f091dccfb93108d186639711 /include/util/internal_record.h | |
| parent | 4c2e16fee80d1f2370d37b67b06f0c09cfa8d66d (diff) | |
| download | dynamic-extension-5b1960ccbdda1a99ccd22638bb4721ee5c4c3331.tar.gz | |
Record.h: Renamed record_t to Record for POSIX compliance.
Required for compliance with POSIX B.2.12.
The other _t types, key_t, val_t, header_t, etc. will be revised later
when switching over to a templated version of this code.
Diffstat (limited to 'include/util/internal_record.h')
| -rw-r--r-- | include/util/internal_record.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util/internal_record.h b/include/util/internal_record.h index d898b8b..003cddb 100644 --- a/include/util/internal_record.h +++ b/include/util/internal_record.h @@ -9,7 +9,7 @@ #pragma once #pragma once -#include "util/record.h" +#include "util/Record.h" #include "util/types.h" /* |