Skip to content

Commit

Permalink
Add missing multiple inclusion guards.
Browse files Browse the repository at this point in the history
git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@28359 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
diego committed Jan 25, 2009
1 parent 229ec71 commit 08b193d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions av_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#ifndef MPLAYER_AV_OPTS_H
#define MPLAYER_AV_OPTS_H

/**
* Parses str and sets AVOptions in v accordingly.
*/
int parse_avopts(void *v, char *str);

#endif /* MPLAYER_AV_OPTS_H */

0 comments on commit 08b193d

Please sign in to comment.