Fork me on GitHub
version.h
Go to the documentation of this file.
1 
13 #ifndef JANUS_VERSION_H
14 #define JANUS_VERSION_H
15 
16 extern int janus_version;
17 extern const char *janus_version_string;
18 extern const char *janus_build_git_time;
19 extern const char *janus_build_git_sha;
20 
21 /* Dependencies (those we can't get programmatically) */
22 extern const char *libnice_version_string;
23 
24 #endif
const char * janus_build_git_sha
Definition: version.c:2
int janus_version
Definition: version.c:4
const char * janus_version_string
Definition: version.c:5
const char * libnice_version_string
Definition: version.c:6
const char * janus_build_git_time
Definition: version.c:3