am 9f07f879: Merge "fatal and fatal_errno should be noreturn."
* commit '9f07f87908f072d63d8bb9ded91616af8d3edbb4': fatal and fatal_errno should be noreturn.
This commit is contained in:
commit
b77146ce7c
1 changed files with 2 additions and 2 deletions
|
|
@ -227,8 +227,8 @@ asocket *create_remote_socket(unsigned id, atransport *t);
|
|||
void connect_to_remote(asocket *s, const char *destination);
|
||||
void connect_to_smartsocket(asocket *s);
|
||||
|
||||
void fatal(const char *fmt, ...);
|
||||
void fatal_errno(const char *fmt, ...);
|
||||
void fatal(const char *fmt, ...) __attribute__((noreturn));
|
||||
void fatal_errno(const char *fmt, ...) __attribute__((noreturn));
|
||||
|
||||
void handle_packet(apacket *p, atransport *t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue