diff options
Diffstat (limited to 'ldpd/ldpe.h')
| -rw-r--r-- | ldpd/ldpe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpe.h b/ldpd/ldpe.h index aab1a7fd9b..da90c7cad7 100644 --- a/ldpd/ldpe.h +++ b/ldpd/ldpe.h @@ -183,7 +183,7 @@ int tlv_decode_fec_elm(struct nbr *, struct ldp_msg *, char *, uint16_t, struct map *); /* ldpe.c */ -void ldpe(const char *, const char *); +void ldpe(const char *, const char *, const char *); int ldpe_imsg_compose_parent(int, pid_t, void *, uint16_t); int ldpe_imsg_compose_lde(int, uint32_t, pid_t, void *, |
