Renaming to scsl.

This commit is contained in:
2023-10-14 18:38:01 -07:00
parent dd696e2c1f
commit 05790a95fa
32 changed files with 133 additions and 123 deletions

4
TLV.h
View File

@@ -20,7 +20,7 @@
#include "Arena.h"
namespace klib {
namespace scsl {
namespace TLV {
#ifndef TLV_MAX_LEN
@@ -123,7 +123,7 @@ uint8_t *SkipRecord(Record &rec, uint8_t *cursor);
} // namespace TLV
} // namespace klib
} // namespace scsl
#endif