put quick info statement at top of elm header

SVN revision: 66741
This commit is contained in:
Carsten Haitzler 2012-01-02 11:06:32 +00:00
parent ede2c77e03
commit 20b9ff8fc0
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
/** /* This is the primary Elementary header file that includes all other useful
* @file Elementary.h * headers.
* @brief Elementary Widget Library *
* Elementary is distrubted under the LGPLv2 license. Please see the COPYING
* file that was distributed with this source.
*/ */
#ifndef ELEMENTARY_H #ifndef ELEMENTARY_H
#define ELEMENTARY_H #define ELEMENTARY_H
@ -143,7 +145,7 @@ typedef struct _Elm_Version
int revision; int revision;
} Elm_Version; } Elm_Version;
EAPI extern Elm_Version * elm_version; EAPI extern Elm_Version *elm_version;
/* include these first for general used definitions */ /* include these first for general used definitions */
#include <elm_general.h> #include <elm_general.h>