summaryrefslogtreecommitdiffstats
path: root/m_struct.h
Commit message (Expand)AuthorAgeFilesLines
* options: change option parsing to use bstrUoti Urpala2011-07-291-2/+4
* Make more option-parsing related function arguments const.reimar2010-02-251-1/+1
* Add license header to all top-level files missing them.diego2010-01-301-0/+18
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* correct const usage in the option handling code so that tables can berfelker2007-11-091-8/+8
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* Avoid void * arithmeticreimar2007-06-241-1/+1
* Some comment typo fixesreimar2007-06-241-5/+5
* Mark m_struct_t defaults as constreimar2007-01-281-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-2/+2
* Fix most of the mistakes pointed out by Diego.albeu2006-04-251-1/+1
* Doxygen attack!albeu2006-04-241-13/+73
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-5/+3
* 10Lalbeu2003-03-141-1/+1
* A struct setter. It allow you to setup struct from some useralbeu2002-11-121-0/+50