libhasha 2.2.2
Loading...
Searching...
No Matches
ver.h
Go to the documentation of this file.
1
4
5#if !defined(__HASHA_INTERNAL_VER_H)
6#define __HASHA_INTERNAL_VER_H
7
8#include "internal.h"
9
11
12typedef struct
13{
14 unsigned major, minor, patch;
16
31
33
34#endif // __HASHA_INTERNAL_VER_H
#define HA_PUBFUN
Definition hadefs.h:34
#define HA_EXTERN_C_END
Definition hadefs.h:78
#define HA_EXTERN_C_BEG
Definition hadefs.h:70
unsigned patch
Definition ver.h:14
unsigned major
Definition ver.h:14
unsigned minor
Definition ver.h:14
HA_PUBFUN ha_version_t ha_version(void)
Retrieves the version information of the hash library.