aboutsummaryrefslogtreecommitdiffstats
path: root/regdbdump.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-30 03:44:48 -0700
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-30 18:54:52 -0700
commit89fbf36fca8c09df83ff55b4278e1105a9170d2c (patch)
tree7fba77dcf630ab4e1434eaab9ac0d7927d40159b /regdbdump.c
parent1699b5275ea8f653c384d002185323263a37e213 (diff)
downloadcrda-89fbf36fca8c09df83ff55b4278e1105a9170d2c.tar.gz
crda: rename print_regdom() to reglib_print_regdom()
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'regdbdump.c')
-rw-r--r--regdbdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regdbdump.c b/regdbdump.c
index dcbed71..ea14730 100644
--- a/regdbdump.c
+++ b/regdbdump.c
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
}
reglib_for_each_country(rd, idx, argv[1]) {
- print_regdom(rd);
+ reglib_print_regdom(rd);
free((struct ieee80211_regdomain *) rd);
}