From 403066f6cd6f4df68f68178acc2db0926370e95c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 28 Apr 2006 14:30:59 +0000 Subject: Cleanup main function declarations --- test/hciemu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hciemu.c b/test/hciemu.c index f6a35044..d6996a3e 100644 --- a/test/hciemu.c +++ b/test/hciemu.c @@ -1179,7 +1179,7 @@ static struct option main_options[] = { { 0 } }; -int main(int argc, char *argv[], char *env[]) +int main(int argc, char *argv[]) { struct sigaction sa; GIOChannel *dev_io; -- cgit