view audacious/build_stamp.h @ 2107:8d2b17ee266e trunk

[svn] - add gchar **vfs_extensions to InputPlugin struct, adding support for the NewVFS extension probing method. The vfs_extensions table defines a list of supported extensions, and must be NULL terminated.
author nenolod
date Tue, 12 Dec 2006 18:22:17 -0800
parents 1947144093bc
children
line wrap: on
line source

#ifndef BUILD_STAMP_H
#define BUILD_STAMP_H

#include <glib.h>

extern const gchar *svn_stamp;

#endif