diff options
Diffstat (limited to 'src/communications.h')
-rw-r--r-- | src/communications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communications.h b/src/communications.h index 0fd7937..6ece873 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 send_command (unsigned char *cmd, int screen_num); #endif /* ! _RATPOISON_COMMUNICATIONS_H */ |