view audacious/build_stamp.h @ 1368:9dc0ce1fd3cd trunk

[svn] - having taglib_file, taglib_tag in the global namespace is not thread safe, and unnecessary.
author nenolod
date Tue, 04 Jul 2006 00:37:37 -0700
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