X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_interface.h;h=8ab8aa5f54efa7f99b17edc35b7de77ba1eae3db;hb=cb50d64adee6aa9f602dc8d923a88516cc615514;hp=cb75b7325caa97b7a1dc9e5430dbd71cef6cbc62;hpb=3a5ec777c6ebdb84f8b908c7613a73499e0c8a43;p=vlc diff --git a/include/vlc_interface.h b/include/vlc_interface.h index cb75b7325c..8ab8aa5f54 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -4,7 +4,7 @@ * interface, such as message output. ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: vlc_interface.h,v 1.7 2003/10/14 22:41:41 gbazin Exp $ + * $Id: vlc_interface.h,v 1.10 2004/03/01 18:31:12 gbazin Exp $ * * Authors: Vincent Seguin * @@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t; /** * \file - * This file contains structures and function prototypes for - * interface management in vlc + * This file contains structures and function prototypes for + * interface management in vlc */ @@ -135,6 +135,8 @@ VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) ); #define INTF_DIALOG_NET 4 #define INTF_DIALOG_SAT 5 +#define INTF_DIALOG_STREAMWIZARD 8 + #define INTF_DIALOG_PLAYLIST 10 #define INTF_DIALOG_MESSAGES 11 #define INTF_DIALOG_FILEINFO 12