ifpps: Add __noreturn attribute to exiting functions
commit069c5e3f64e24be5fbedf08cfaff3bc191a5cf91
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:40:15 +0000 (17 13:40 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:40:15 +0000 (17 13:40 +0200)
tree003c2c2603373444b07aa8937c41550ef5ec4d96
parent24a43b391b351c3f6f7de5a5cc7de4b207bfcc58
ifpps: 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>
ifpps.c