diff audacious/playlist_container.h @ 1738:f157e22c70c4 trunk

[svn] - C++ friendliness
author nenolod
date Mon, 18 Sep 2006 01:59:07 -0700
parents 9a1e4bca7d8b
children 329fb2453c87
line wrap: on
line diff
--- a/audacious/playlist_container.h	Mon Sep 18 01:58:20 2006 -0700
+++ b/audacious/playlist_container.h	Mon Sep 18 01:59:07 2006 -0700
@@ -21,6 +21,8 @@
 #ifndef _PLAYLIST_CONTAINER_H_
 #define _PLAYLIST_CONTAINER_H_
 
+G_BEGIN_DECLS
+
 struct _PlaylistContainer {
 	char *name;					/* human-readable name */
 	char *ext;					/* extension */
@@ -38,4 +40,6 @@
 extern void playlist_container_write(char *filename, gint pos);
 extern PlaylistContainer *playlist_container_find(char *ext);
 
+G_END_DECLS
+
 #endif