1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +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
@@ -158,8 +158,8 @@ extern struct t_hook *script_api_hook_process (struct t_weechat_plugin *weechat_
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);
extern struct t_hook *script_api_hook_connect (struct t_weechat_plugin *weechat_plugin,