pidgin/pidgin

zephyr: Modernize K&R function prototypes.

2019-11-10, Elliott Sales de Andrade
811f82db29dd
zephyr: Modernize K&R function prototypes.
sounds_DATA = [
'alert.wav',
'login.wav',
'logout.wav',
'receive.wav',
'send.wav'
]
install_data(sources : sounds_DATA,
install_dir : get_option('datadir') + '/sounds/purple')