trafgen: Add __noreturn attribute to exiting functions
commit785fe152aad562addf1706ab6e6b00598b39bd2f
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:32:40 +0000 (17 13:32 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:32:40 +0000 (17 13:32 +0200)
treebbb94be55adbdde7f63e246496ea20b48af83748
parent4befb10700377fbc6318ceb9e53e43d31fb251b3
trafgen: 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>
trafgen.c