fix func proto

This commit is contained in:
liuguangzhao 2014-06-16 21:38:22 +00:00
parent 881b2d900d
commit f09171b901

View File

@ -981,7 +981,7 @@ static char *idpart2str(uint8_t *id, size_t len)
return buffer;
}
void Assoc_status(Assoc *assoc)
void Assoc_status(const Assoc *assoc)
{
if (!assoc) {
LOGGER_INFO("Assoc status: no assoc");