0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/parser-cfg.h
diego baee7815d5 Replace multiple inclusion guards with leading underscores by default names.
Leading underscores are reserved for system identifiers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-01 20:21:20 +00:00

7 lines
145 B
C

#ifndef PARSER_CFG_H
#define PARSER_CFG_H
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
#endif /* PARSER_CFG_H */