summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
Commit message (Expand)AuthorAgeFilesLines
* Add license header to all top-level files missing them.diego2010-01-301-0/+18
* Fix function declarations to avoid casting function pointers.reimar2010-01-011-2/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Get rid of the "set" member of the subopt-parser struct, it madereimar2009-03-061-4/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-271-1/+1
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* support float arguments in subopt helper.joey2005-10-101-0/+1
* helper functions for comparing strarg_t "strings".reimar2005-06-161-0/+3
* Move generic tests to a common place.al2005-02-191-0/+4
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-191-1/+2
* Add a type name for the test functionreimar2004-12-311-1/+3
* suboption parser for vo and ao modulesal2004-12-311-0/+39