]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
make buf_append_{be16,be32,le16} global
authorDaniel Lenski <dlenski@gmail.com>
Fri, 8 May 2020 07:11:51 +0000 (00:11 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 28 Mar 2021 09:30:25 +0000 (10:30 +0100)
commitbb3f2a853b13b11d018184b2bcc91a956134edd6
tree52a56e764f4c392a7562f3f74bc3b42c1fcb2791
parentb30e1c9a39193562f6afd239e8c9086296dbab05
make buf_append_{be16,be32,le16} global

These functions are already used by both oNCP and Pulse protocols,
and will be used by PPP protocols as well. Make them shared/global.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
http.c
oncp.c
openconnect-internal.h
pulse.c