diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-09-02 17:10:35 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-09-02 17:10:35 +0000 |
commit | 6a8ea19270d5aa375797b15216a2786f8c3ed165 (patch) | |
tree | dc5872d1db141137698d906f49ac39a949e00127 /usr.sbin/ldpd/ldpe.h | |
parent | ce71dd9c9d6cbe7282c3df7beb5ee6092f63a640 (diff) |
lde() and ldpe() should return void.
Remove these leftovers from the pre-fork+exec era.
Spotted by and ok rzalamena@ ok claudio@
Diffstat (limited to 'usr.sbin/ldpd/ldpe.h')
-rw-r--r-- | usr.sbin/ldpd/ldpe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpe.h b/usr.sbin/ldpd/ldpe.h index f8c6f223700..bf62dc0bbee 100644 --- a/usr.sbin/ldpd/ldpe.h +++ b/usr.sbin/ldpd/ldpe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpe.h,v 1.67 2016/07/16 19:24:30 renato Exp $ */ +/* $OpenBSD: ldpe.h,v 1.68 2016/09/02 17:10:34 renato Exp $ */ /* * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> @@ -179,7 +179,7 @@ int tlv_decode_fec_elm(struct nbr *, struct ldp_msg *, char *, uint16_t, struct map *); /* ldpe.c */ -pid_t ldpe(int, int); +void ldpe(int, int); int ldpe_imsg_compose_parent(int, pid_t, void *, uint16_t); int ldpe_imsg_compose_lde(int, uint32_t, pid_t, void *, |