]> git.sesse.net Git - vlc/commitdiff
* forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 14 May 2006 14:44:12 +0000 (14:44 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 14 May 2006 14:44:12 +0000 (14:44 +0000)
include/vlc_interaction.h

index 36ec30c0ae992227a9486fce15263ca284b2eec1..1873d9afa543efca49d9dea49e634f62e88973c6 100644 (file)
@@ -170,6 +170,8 @@ VLC_EXPORT( void, __intf_UserFatal,( vlc_object_t*, const char*, const char*, ..
 VLC_EXPORT( int, __intf_UserLoginPassword,( vlc_object_t*, const char*, const char*, char **, char **) );
 #define intf_UserYesNo( a, b, c ) __intf_UserYesNo( VLC_OBJECT(a),b,c )
 VLC_EXPORT( int, __intf_UserYesNo,( vlc_object_t*, const char*, const char*) );
+#define intf_UserOkayCancel( a, b, c ) __intf_UserOkayCancel( VLC_OBJECT(a),b,c )
+VLC_EXPORT( int, __intf_UserOkayCancel,( vlc_object_t*, const char*, const char*) );
 
 #define intf_UserProgress( a, b, c, d ) __intf_UserProgress( VLC_OBJECT(a),b,c, d )
 VLC_EXPORT( int, __intf_UserProgress,( vlc_object_t*, const char*, const char*, float) );