Always specify arguement type in function delcarations
commita611879318a4c39488f977308af8ee90f428995b
authorAllan McRae <allan@archlinux.org>
Sat, 18 Dec 2010 12:26:04 +0000 (18 22:26 +1000)
committerDan McGee <dan@archlinux.org>
Tue, 21 Dec 2010 00:03:21 +0000 (20 18:03 -0600)
treec69723f5229b308ab568e0f211cc168055467131
parent5776090055642bc7651a07cd9d31cf056d0531dc
Always specify arguement type in function delcarations

Always declare a function with (void) rather than () when we expect
no arguements.  Fixes all warnings with -Wstrict-prototypes.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/be_package.c
lib/libalpm/handle.h
lib/libalpm/util.h
src/pacman/sync.c
src/util/pactree.c