dvbpsi_private.h: correct dvbpsi_message() prototype
The prototype o dvbpsi-message in dvbpsi_private.h header file had a different prototype. Argument 'level' was declared as an int, while the implementation correctly declared the type as 'dvbpsi_message_level_t'.