X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fintf_msg.h;h=5ab153c6b74278dad733e8711b96461a1a13f681;hb=0fee43a45c5c05c42ca8da004fc15eba9442970b;hp=bbd21fd7e8d466363482ed1ac68fb561cc03c229;hpb=704d5d692713314e578536723ff3669a02ec239e;p=vlc diff --git a/include/intf_msg.h b/include/intf_msg.h index bbd21fd7e8..5ab153c6b7 100644 --- a/include/intf_msg.h +++ b/include/intf_msg.h @@ -4,23 +4,23 @@ * interface, such as message output. See config.h for output configuration. ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN + * $Id: intf_msg.h,v 1.11 2001/03/21 13:42:33 sam Exp $ * - * Authors: + * Authors: Vincent Seguin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ /***************************************************************************** @@ -80,7 +80,11 @@ void intf_MsgDestroy ( void ); void intf_Msg ( char *psz_format, ... ); void intf_ErrMsg ( char *psz_format, ... ); +void intf_WarnMsg ( int i_level, char *psz_format, ... ); void intf_IntfMsg ( char *psz_format, ... ); void intf_MsgImm ( char *psz_format, ... ); void intf_ErrMsgImm ( char *psz_format, ... ); +void intf_WarnMsgImm ( int i_level, char *psz_format, ... ); +void intf_WarnHexDump ( int i_level, void *p_data, int i_size ); +