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 7f7ccd1f9..052439df8 100644 --- a/ldpd/ldpe.h +++ b/ldpd/ldpe.h @@ -187,7 +187,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 *, |