view audacious/build_stamp.h @ 1321:b7a29646eb72 trunk

[svn] - sanity checks (don't send NULL pointers off to GTK)
author nenolod
date Wed, 21 Jun 2006 02:23:25 -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