ifw-odp  2.0.0-alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
clipm_version.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  * E.S.O. - VLT project
4  *
5  * "@(#) $Id: clipm_version.h 164853 2008-03-17 16:43:59Z hlorch $"
6  *
7  * Example functions to access the clipm version information
8  *
9  * who when what
10  * -------- ---------- ----------------------------------------------
11  * hlorch 2006-05-11 created
12  */
13 
14 #ifndef CLIPM_VERSION_H
15 #define CLIPM_VERSION_H
16 
17 
18 /*-----------------------------------------------------------------------------
19  Includes
20  -----------------------------------------------------------------------------*/
21 
22 /*-----------------------------------------------------------------------------
23  Declaration Block
24  -----------------------------------------------------------------------------*/
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 /*-----------------------------------------------------------------------------
31  Prototypes
32  -----------------------------------------------------------------------------*/
33 
34 const char *clipm_version_get_revision(void);
35 const char *clipm_version_get_date( void);
36 
37 /*----------------------------------------------------------------------------*/
38 
39 #ifdef __cplusplus
40 } /* extern "C" */
41 #endif
42 
43 #endif /* CLIPM_VERSION_H */
const char * clipm_version_get_revision(void)
Get the library's revision string.
Definition: clipm_version.c:92
const char * clipm_version_get_date(void)
Get the library's revision-date string.
Definition: clipm_version.c:109