curvetun: Add __noreturn attribute to exiting functions
commit24a43b391b351c3f6f7de5a5cc7de4b207bfcc58
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:39:55 +0000 (17 13:39 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:39:55 +0000 (17 13:39 +0200)
treea809e792e0b097af9b64aef3324ada7d24345f32
parent5a6557633729dd5f5799c4d944797c95c7fe981a
curvetun: 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>
curvetun.c