From: Vincent Bernat Date: Wed, 9 Jun 2010 14:17:20 +0000 (+0200) Subject: Add prototype for lldpd_get_lsb_release(). X-Git-Tag: 0.5.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24f27a98b9639c114fa1e55534545a68a35a4341;p=thirdparty%2Flldpd.git Add prototype for lldpd_get_lsb_release(). --- diff --git a/src/lldpd.c b/src/lldpd.c index a249f1ef..4cb9abf9 100644 --- a/src/lldpd.c +++ b/src/lldpd.c @@ -86,6 +86,7 @@ static void lldpd_decode(struct lldpd *, char *, int, struct lldpd_hardware *); static void lldpd_update_chassis(struct lldpd_chassis *, const struct lldpd_chassis *); +static char *lldpd_get_lsb_release(void); #ifdef ENABLE_LLDPMED static void lldpd_med(struct lldpd_chassis *); #endif