diff options
author | daniel <danieruru@gmail.com> | 2013-01-17 21:29:32 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-17 21:29:32 +0900 |
commit | 3bcf349f108248fc3ca705ff1fc8b56923e8bfa4 (patch) | |
tree | 55b15edc1a4028dca4ddec488f2bf0d86fcab9a1 /libvxi11client/perlbits/perlglue.h | |
parent | 67b0ff47c3866059695617b30deb1d18c250073e (diff) |
not sure what happens with strings once they get into perl, but this keeps the last event picked up from the interrupt queue around until polling again when should be good enough.
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 8c33c7d..1b29567 100644 --- a/libvxi11client/perlbits/perlglue.h +++ b/libvxi11client/perlbits/perlglue.h @@ -2,7 +2,7 @@ #include <perl.h> #include "libvxi11client.h" -int glue_wait_for_interrupt(); +char* glue_wait_for_interrupt(); VXI11Context* glue_open(char* address, char* device); int glue_start_interrupt_server(); int glue_stop_interrupt_server(); |