]> git.sesse.net Git - vlc/history - src/config/vlc_getopt.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / config / vlc_getopt.h
2010-07-17 Pankaj YadavSome platforms may have macros optind optarg and optopt...
2010-03-29 Rémi Denis-Courmontgetopt: use stack instead of global variables, fixes...
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove optional argument support
2010-02-28 Rémi Denis-Courmontgetopt: remove opterr global (always 0 within LibVLC)
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...