Update of /cvsroot/cbar/cbar/include
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24837/include
Modified Files:
cbar.h
Log Message:
Added features 2549684 and 2549814
Index: cbar.h
===================================================================
RCS file: /cvsroot/cbar/cbar/include/cbar.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cbar.h 29 Oct 2005 18:57:56 -0000 1.9
--- cbar.h 30 Jan 2009 18:42:03 -0000 1.10
***************
*** 4,11 ****
#define CBAR_VERSION_MAJOR 1
#define CBAR_VERSION_MINOR 0
! #define CBAR_VERSION_PATCH 4
! #define CBAR_VERSION_STRING "1.0.4"
! #define CBAR_DATE 20051029 /* yyyymmdd */
! #define CBAR_DATE_STRING "Oct 29, 2005"
#define CBAR_READER_NONE 0
--- 4,11 ----
#define CBAR_VERSION_MAJOR 1
#define CBAR_VERSION_MINOR 0
! #define CBAR_VERSION_PATCH 5
! #define CBAR_VERSION_STRING "1.0.5"
! #define CBAR_DATE 20090130 /* yyyymmdd */
! #define CBAR_DATE_STRING "Jan 30, 2009"
#define CBAR_READER_NONE 0
***************
*** 56,59 ****
--- 56,62 ----
CBAR_FUNC(void, CbarShowErrorLog, (void));
CBAR_FUNC(void, CbarAddToErrorLog, (int reader, const char *error, const char *code));
+ CBAR_FUNC(void, CbarStoreSettings, (void));
+ CBAR_FUNC(char*, CbarVersionString, (void));
+ CBAR_FUNC(char*, CbarDateString, (void));
#endif
|