Commit f64d0689 authored by Erwan Tulou's avatar Erwan Tulou

core: add missing type (fix compil for qt4) and add new types for snapshot/record

parent 6beb39fd
......@@ -222,6 +222,10 @@ typedef enum vlc_userdir
VLC_HOME_DIR, /* User's home */
VLC_CONFIG_DIR, /* VLC-specific configuration directory */
VLC_DATA_DIR, /* VLC-specific data directory */
VLC_DOWNLOAD_DIR, /* VLC-specific download directory */
VLC_PICTURE_DIR, /* VLC-specific snapshot directory */
VLC_MUSIC_DIR, /* VLC-specific music directory */
VLC_VIDEO_DIR, /* VLC-specific video directory */
} vlc_userdir_t;
VLC_EXPORT(char *, config_GetUserDir, ( vlc_userdir_t ) LIBVLC_USED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment