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

"Jean-Paul Saman (@jpsaman)" <[email protected]> Thu, 21 Nov 2024 13:02:35 +0100
Newsgroups gmane.comp.video.videolan.libdvbpsi.devel
Message-ID <[email protected]>
--===============7266056199110455828==
Content-Type: multipart/alternative;
 boundary="--==_mimepart_673f215b40908_2b114f2339e90029441c5";
 charset=UTF-8
Content-Transfer-Encoding: 7bit


----==_mimepart_673f215b40908_2b114f2339e90029441c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



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 <[email protected]>
@@ -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
----==_mimepart_673f215b40908_2b114f2339e90029441c5--

--===============7266056199110455828==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
libdvbpsi-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvbpsi-devel

--===============7266056199110455828==--