astraceroute: Add __noreturn attribute to exiting functions
commit2b0f29dfd02cd0d075a89d57b95764686e27e13b
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:38:05 +0000 (17 13:38 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:38:05 +0000 (17 13:38 +0200)
tree8a1de708dab269ef6dc6ffc6a8c515e8ab80e483
parent785fe152aad562addf1706ab6e6b00598b39bd2f
astraceroute: Add __noreturn attribute to exiting functions

Add the __noreturn attribute to all functions which wont return
but call die() themselves to exit().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
astraceroute.c