1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Makes krt.c much more readable.

This commit is contained in:
Ondrej Zajicek
2013-06-29 22:55:41 +02:00
parent 6ac4f87a2d
commit c6964c305b
7 changed files with 101 additions and 94 deletions

View File

@@ -15,7 +15,7 @@
struct kif_params {
};
struct kif_status {
struct kif_state {
};
@@ -33,7 +33,7 @@ static inline void kif_sys_copy_config(struct kif_config *d UNUSED, struct kif_c
struct krt_params {
};
struct krt_status {
struct krt_state {
};