X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/dee9951d5f32dee38cf29861acdb4a347931e147..39edf54ab4431e5f62031fd16dd2cb9b359934e3:/src/global.h diff --git a/src/global.h b/src/global.h index e43161e..30af23f 100644 --- a/src/global.h +++ b/src/global.h @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -36,5 +36,6 @@ void init_global(const char *nick); void global_message(long targets, char *text); +void global_message_args(long targets, const char *language_entry, ...); #endif