mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
|
||||
#include "packet.h"
|
||||
|
||||
|
||||
/* Do not want to include functions.h and all required headers */
|
||||
extern void NORETURN CDECL error(const char *str, ...);
|
||||
|
||||
/**
|
||||
* Create a packet that is used to read from a network socket
|
||||
* @param cs the socket handler associated with the socket we are reading from
|
||||
|
Reference in New Issue
Block a user