mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-03 18:59:55 -05:00

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>