mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
baee7815d5
Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
7 lines
145 B
C
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 */
|