rohc_strerror

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO

NAME

rohc_strerror − Give a description for the given ROHC status code.

SYNOPSIS

#include <rohc/rohc.h>

const char * rohc_strerror(
const rohc_status_t status

);

DESCRIPTION

Give a description for the given ROHC status code.

The descriptions are not part of the API. They may change between releases without any warning. Do NOT use them for other means that providing to users a textual description of status codes returned by the library. If unsure, ask on the mailing list.

PARAMETERS

status

The ROHC status code to get a description for

RETURN VALUE

A string that describes the given ROHC status code

SEE ALSO

rohc.h(3)