From 06af2165288cd6516b89001ec9e24992619230e0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:28:39 +0000 Subject: suppress warnings about easch _main() having no preceding prototype --- archival/rpm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival/rpm.c') diff --git a/archival/rpm.c b/archival/rpm.c index deb87c180..9ab12df2d 100644 --- a/archival/rpm.c +++ b/archival/rpm.c @@ -80,6 +80,7 @@ static void fileaction_dobackup(char *filename, int fileref); static void fileaction_setowngrp(char *filename, int fileref); static void loop_through_files(int filetag, void (*fileaction)(char *filename, int fileref)); +int rpm_main(int argc, char **argv); int rpm_main(int argc, char **argv) { int opt = 0, func = 0, rpm_fd, offset; -- cgit v1.2.3