comparison get_path.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 76f5d8892c04
children 0f42fb42843c
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with MPlayer; if not, write to the Free Software 17 * along with MPlayer; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef GET_PATH_H 21 #ifndef MPLAYER_GET_PATH_H
22 #define GET_PATH_H 22 #define MPLAYER_GET_PATH_H
23 23
24 char *get_path(const char *filename); 24 char *get_path(const char *filename);
25 void set_path_env(); 25 void set_path_env();
26 26
27 #endif /* GET_PATH_H */ 27 #endif /* MPLAYER_GET_PATH_H */