From 24f27a98b9639c114fa1e55534545a68a35a4341 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 9 Jun 2010 16:17:20 +0200 Subject: [PATCH] Add prototype for lldpd_get_lsb_release(). --- src/lldpd.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5