]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/history.h
* More compiler warning fixes (const mostly)
[vlc] / modules / codec / cmml / history.h
index a1319b921eae77a3cdbc75b4518136fa58f01645..902ec77930d74144b779e2a319d6d59c635957c6 100644 (file)
@@ -49,7 +49,7 @@ typedef struct history_t history_t;
 /*****************************************************************************
  * Exported prototypes
  *****************************************************************************/
-history_t       * history_New                        ();
+history_t       * history_New                        ( void );
 vlc_bool_t        history_GoBackSavingCurrentItem    ( history_t *,
                                                        history_item_t * );
 vlc_bool_t        history_GoForwardSavingCurrentItem ( history_t *,