1
0
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:
smatz
2008-04-18 21:33:21 +00:00
parent 8e49daf3e1
commit f32ecbcadb
3 changed files with 50 additions and 61 deletions

View File

@@ -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