diff options
Diffstat (limited to 'libvxi11client/perlbits/perlglue.h')
-rw-r--r-- | libvxi11client/perlbits/perlglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/perlglue.h b/libvxi11client/perlbits/perlglue.h index 1b29567..3f9c1cc 100644 --- a/libvxi11client/perlbits/perlglue.h +++ b/libvxi11client/perlbits/perlglue.h @@ -2,7 +2,7 @@ #include <perl.h> #include "libvxi11client.h" -char* glue_wait_for_interrupt(); +char* glue_wait_for_interrupt(int timeout); VXI11Context* glue_open(char* address, char* device); int glue_start_interrupt_server(); int glue_stop_interrupt_server(); |