mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fib: rename register function in fib.c too
This commit is contained in:
parent
51be1104fc
commit
e4dfd06c6d
@ -484,7 +484,7 @@ void fib_deinit(void)
|
||||
mutex_unlock(&mtx_access);
|
||||
}
|
||||
|
||||
int fib_register_rrp(uint8_t *prefix, size_t prefix_size)
|
||||
int fib_register_rp(uint8_t *prefix, size_t prefix_size)
|
||||
{
|
||||
mutex_lock(&mtx_access);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user