split pub and priv
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user