gcc.h: major update

Copy the according file from another project (i.e. XCSoar).  This will
allow copying more code more easily.
This commit is contained in:
Max Kellermann
2013-10-15 09:13:22 +02:00
parent e4e80ff0cb
commit 1dd1a705b5
6 changed files with 170 additions and 108 deletions

View File

@@ -38,7 +38,7 @@ void
command_error_v(Client *client, enum ack error,
const char *fmt, va_list args);
gcc_fprintf_
gcc_printf(3,4)
void
command_error(Client *client, enum ack error, const char *fmt, ...);