maint: rename file-scoped global s/main_prov/g_main_prov/, and...
commit2d99e43fee5f7af7f6ec6fd238ee900f9fb103aa
authorJim Meyering <meyering@redhat.com>
Sat, 18 Dec 2010 10:08:25 +0000 (18 11:08 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 23 Dec 2010 21:39:06 +0000 (23 22:39 +0100)
tree091b5ba38872511f1a64b359580d432ab60492e3
parent9bc8fc19e7d70de1fe8968bf2b844ee9c15b3574
maint: rename file-scoped global s/main_prov/g_main_prov/, and...

* setup.c (g_main_prov): Rename from main_prov, to avoid confusion
between this file-scoped global and the locals of the same name
in other compilation units.
(g_master_prov): Rename from master_prov, for consistency.
Though this one is truly global...
* setup.h (g_master_prov): Update here,...
* rest.c (g_master_prov): ...and here.
rest.c
setup.c
setup.h