Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/libsrtp
/ srtp_get_version_string
Function
srtp_get_version_string
srtp/srtp.c:269–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
const char *srtp_get_version_string(void)
270
{
271
/*
272
* Simply return the autotools generated string
273
*/
274
return SRTP_VER_STRING;
275
}
276
277
unsigned int srtp_get_version(void)
278
{
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected