diff options
Diffstat (limited to 'archival/rpm.c')
-rw-r--r-- | archival/rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/rpm.c b/archival/rpm.c index 0b7741a15..f078aea10 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -80,7 +80,7 @@ static void fileaction_dobackup(char *filename, int fileref); | |||
80 | static void fileaction_setowngrp(char *filename, int fileref); | 80 | static void fileaction_setowngrp(char *filename, int fileref); |
81 | static void loop_through_files(int filetag, void (*fileaction)(char *filename, int fileref)); | 81 | static void loop_through_files(int filetag, void (*fileaction)(char *filename, int fileref)); |
82 | 82 | ||
83 | int rpm_main(int argc, char **argv); | 83 | int rpm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
84 | int rpm_main(int argc, char **argv) | 84 | int rpm_main(int argc, char **argv) |
85 | { | 85 | { |
86 | int opt = 0, func = 0, rpm_fd, offset; | 86 | int opt = 0, func = 0, rpm_fd, offset; |