Move cbc_cell_id2str() and make it public

It will be used later on to log whenever new cell ids are added to a
message_peer.

Change-Id: I74ccbbc810a2fa76fb2999a7588b3f67d4d21e03
This commit is contained in:
Pau Espin Pedrol
2022-07-27 18:21:44 +02:00
parent ab8b8402a4
commit bc21b3ae81
3 changed files with 35 additions and 33 deletions

View File

@@ -39,6 +39,8 @@ struct cbc_cell_id {
} num_compl;
};
const char *cbc_cell_id2str(const struct cbc_cell_id *cid);
/*********************************************************************************
* CBC itself
*********************************************************************************/