formatting

SVN revision: 52714
This commit is contained in:
Vincent Torri 2010-09-25 04:40:54 +00:00
parent a46d1d564c
commit 98247ac8dc
1 changed files with 9 additions and 9 deletions

View File

@ -38,15 +38,15 @@ extern "C" {
#define EVAS_VERSION_MAJOR 1
#define EVAS_VERSION_MINOR 0
typedef struct _Evas_Version
{
int major;
int minor;
int micro;
int revision;
} Evas_Version;
EAPI extern Evas_Version *evas_version;
typedef struct _Evas_Version
{
int major;
int minor;
int micro;
int revision;
} Evas_Version;
EAPI extern Evas_Version *evas_version;
/**
* @file