split pub and priv

This commit is contained in:
2026-06-30 15:54:17 -05:00
parent ff98d59039
commit d28e81c510
7 changed files with 135 additions and 100 deletions
+9
View File
@@ -0,0 +1,9 @@
/// Types for the BLK_BOX NOW protocol
#ifndef _BBNOW_H
#define _BBNOW_H
#include "bbnow_pub.hpp" // IWYU pragma: keep
#include "bbnow_priv.hpp" // IWYU pragma: keep
#endif /* _BBNOW_H */