File: cpl_version.h.bot

package info (click to toggle)
cpl 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,764 kB
  • sloc: ansic: 111,368; sh: 14,549; makefile: 626
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


CPL_BEGIN_DECLS

unsigned int cpl_version_get_major(void) CPL_ATTR_CONST;
unsigned int cpl_version_get_minor(void) CPL_ATTR_CONST;
unsigned int cpl_version_get_micro(void) CPL_ATTR_CONST;

unsigned int cpl_version_get_interface_age(void) CPL_ATTR_CONST;
unsigned int cpl_version_get_binary_age(void) CPL_ATTR_CONST;

const char *cpl_version_get_version(void) CPL_ATTR_CONST;
unsigned int cpl_version_get_binary_version(void) CPL_ATTR_CONST;

CPL_END_DECLS

#endif /* CPL_VERSION_H */