mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix func proto
This commit is contained in:
parent
881b2d900d
commit
f09171b901
|
@ -981,7 +981,7 @@ static char *idpart2str(uint8_t *id, size_t len)
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Assoc_status(Assoc *assoc)
|
void Assoc_status(const Assoc *assoc)
|
||||||
{
|
{
|
||||||
if (!assoc) {
|
if (!assoc) {
|
||||||
LOGGER_INFO("Assoc status: no assoc");
|
LOGGER_INFO("Assoc status: no assoc");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user