diff src/audacious/vfs.h @ 4407:5a0f5ef1de61

Some stupid header cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 05:59:24 +0300
parents 9d5e6bfca672
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/vfs.h	Mon Mar 31 00:49:26 2008 +0400
+++ b/src/audacious/vfs.h	Mon Mar 31 05:59:24 2008 +0300
@@ -18,13 +18,15 @@
  * Audacious or using our public API to be a derived work.
  */
 
-#ifndef VFS_H
-#define VFS_H
+#ifndef __AUDACIOUS_VFS_H__
+#define __AUDACIOUS_VFS_H__
 
 #include <glib.h>
 #include <stdio.h>
 #include <sys/types.h>
 
+G_BEGIN_DECLS
+
 typedef struct _VFSFile VFSFile;
 typedef struct _VFSConstructor VFSConstructor;
 
@@ -83,7 +85,6 @@
 	gchar *(*vfs_get_metadata_impl)(VFSFile *file, const gchar * field);
 };
 
-G_BEGIN_DECLS
 
 extern VFSFile * vfs_fopen(const gchar * path,
                     const gchar * mode);
@@ -145,4 +146,4 @@
 
 G_END_DECLS
 
-#endif /* VFS_H */
+#endif /* __AUDACIOUS_VFS_H__ */