[libdvbpsi-devel] [Git][videolan/libdvbpsi][master] dvbpsi_private.h: correct dvbpsi_message() prototype

Jean-Paul Saman (@jpsaman) gitlab at videolan.org
Thu Nov 21 12:02:35 UTC 2024



Jean-Paul Saman pushed to branch master at VideoLAN / libdvbpsi


Commits:
89b53ce7 by Jean-Paul Saman at 2024-11-21T12:59:23+01:00
dvbpsi_private.h: correct dvbpsi_message() prototype

- - - - -


1 changed file:

- src/dvbpsi_private.h


Changes:

=====================================
src/dvbpsi_private.h
=====================================
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dvbpsi_private.h: main private header
  *----------------------------------------------------------------------------
- * Copyright (C) 2001-2012 VideoLAN
+ * Copyright (C) 2001-2024 VideoLAN
  * $Id$
  *
  * Authors: Arnaud de Bossoreille de Ribou <bozo at via.ecp.fr>
@@ -40,7 +40,7 @@
  *****************************************************************************/
 
 #ifdef HAVE_VARIADIC_MACROS
-void dvbpsi_message(dvbpsi_t *dvbpsi, const int level, const char *fmt, ...);
+void dvbpsi_message(dvbpsi_t *dvbpsi, const dvbpsi_msg_level_t level, const char *fmt, ...);
 
 #  define dvbpsi_error(hnd, src, str, x...)                             \
         dvbpsi_message(hnd, DVBPSI_MSG_ERROR, "libdvbpsi error (%s): " str, src, ##x)



View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/-/commit/89b53ce767f51f24bad7707ef3ddadb64a9dc383

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/-/commit/89b53ce767f51f24bad7707ef3ddadb64a9dc383
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libdvbpsi-devel mailing list