]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/lldpd.c
Add prototype for lldpd_get_lsb_release().
[thirdparty/lldpd.git] / src / lldpd.c
index a249f1efb4c30305af1b9e6fa411c1bc73cc1778..4cb9abf9a5add53c027160d6f163740d21186c48 100644 (file)
@@ -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