view src/audacious/build_stamp.h @ 2954:cfb04f784a84 trunk

user g_strdup_printf instead of fixed-size gchar array
author Tomasz Mon <desowin@gmail.com>
date Sun, 01 Jul 2007 16:37:52 +0200
parents 3149d4b1a9a9
children 2eee464379dc
line wrap: on
line source

#ifndef BUILD_STAMP_H
#define BUILD_STAMP_H

#include <glib.h>

extern const gchar *svn_stamp;

#endif