summaryrefslogtreecommitdiff
path: root/src/communications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/communications.h')
-rw-r--r--src/communications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communications.h b/src/communications.h
index 3bd6046..c371282 100644
--- a/src/communications.h
+++ b/src/communications.h
@@ -22,6 +22,6 @@
#ifndef _RATPOISON_COMMUNICATIONS_H
#define _RATPOISON_COMMUNICATIONS_H 1
-int send_command (unsigned char *cmd, int screen_num);
+int send_command (unsigned char interactive, unsigned char *cmd, int screen_num);
#endif /* ! _RATPOISON_COMMUNICATIONS_H */