| 1730 | -------------------------------------------------------------------------*/ |
| 1731 | |
| 1732 | inline int32_t |
| 1733 | MIMEHdr::get_max_forwards() const |
| 1734 | { |
| 1735 | return value_get_int(MIME_FIELD_MAX_FORWARDS, MIME_LEN_MAX_FORWARDS); |
| 1736 | } |
| 1737 | |
| 1738 | /*------------------------------------------------------------------------- |
| 1739 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected