summaryrefslogtreecommitdiff
path: root/app/openvpn/src/openvpn/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openvpn/src/openvpn/mbuf.h')
-rw-r--r--app/openvpn/src/openvpn/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openvpn/src/openvpn/mbuf.h b/app/openvpn/src/openvpn/mbuf.h
index a0de679d..1085adc7 100644
--- a/app/openvpn/src/openvpn/mbuf.h
+++ b/app/openvpn/src/openvpn/mbuf.h
@@ -83,7 +83,7 @@ mbuf_defined (const struct mbuf_set *ms)
return ms && ms->len;
}
-static inline bool
+static inline unsigned int
mbuf_len (const struct mbuf_set *ms)
{
return ms->len;