MCPcopy 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
269const char *srtp_get_version_string(void)
270{
271 /*
272 * Simply return the autotools generated string
273 */
274 return SRTP_VER_STRING;
275}
276
277unsigned int srtp_get_version(void)
278{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected