/** @file msap.c OpenLLDP MSAP Cache Licensed under a dual GPL/Proprietary license. See LICENSE file for more info. Authors: Terry Simons (terry.simons@gmail.com) */ #include #include #include "msap.h" #include "tlv/tlv_common.h" struct lldp_msap *create_msap(struct lldp_tlv *tlv1, struct lldp_tlv *tlv2) { }