Move existing globals.
modified src/globals.c
@@ -28,6 +28,8 @@ int dry_run; /* Do not perform any actions */
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -37,4 +39,6 @@ set_globals(void)
|
|
|
|
|
|
| + | |
| + | |
|
modified src/main.c
@@ -72,8 +72,6 @@ enum pkg_usage_reason {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified src/pkgcli.h
@@ -279,6 +279,8 @@ extern int dry_run;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|