mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-24 09:08:44 +02:00
Merge pull request #237 from redboltz/add_version_revision
Added version revision prototype declaration.
This commit is contained in:
commit
ace27f6238
@ -28,6 +28,8 @@ MSGPACK_DLLEXPORT
|
||||
int msgpack_version_major(void);
|
||||
MSGPACK_DLLEXPORT
|
||||
int msgpack_version_minor(void);
|
||||
MSGPACK_DLLEXPORT
|
||||
int msgpack_version_revision(void);
|
||||
|
||||
#include "version_master.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user