1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from zepard)

This commit is contained in:
Sebastien Helleu
2009-07-24 15:14:44 +02:00
parent 5139fdcf2a
commit 5563924363
12 changed files with 44 additions and 44 deletions
+2 -2
View File
@@ -887,8 +887,8 @@ script_api_hook_process (struct t_weechat_plugin *weechat_plugin,
int (*callback)(void *data,
const char *command,
int return_code,
const char *stdout,
const char *stderr),
const char *out,
const char *err),
const char *function,
const char *data)
{