]> git.ipfire.org Git - thirdparty/systemd.git/commit
lldp: change order of arguments of lldp_read_*() functions
authorBeniamino Galvani <bgalvani@redhat.com>
Fri, 10 Jul 2015 16:26:06 +0000 (18:26 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Fri, 2 Oct 2015 15:11:41 +0000 (17:11 +0200)
commit97030a86f0137bca52c3cf9b30e5ed3bdf69b2f2
treec1e02e95431039b447bef090cffe65f895e111f6
parent2212d76d08f3bc34c683aed1a6736325b841625c
lldp: change order of arguments of lldp_read_*() functions

These functions are going to be exported, swap the 'data' and 'length'
arguments so that their signature is consistent with the rest of the
code.
src/libsystemd-network/lldp-internal.c
src/libsystemd-network/lldp-internal.h
src/libsystemd-network/sd-lldp.c