]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Add prototype for lldpd_get_lsb_release().
authorVincent Bernat <bernat@luffy.cx>
Wed, 9 Jun 2010 14:17:20 +0000 (16:17 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 9 Jun 2010 14:17:20 +0000 (16:17 +0200)
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