diff options
Diffstat (limited to 'libvxi11client/perlglue.h')
-rw-r--r-- | libvxi11client/perlglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlglue.h b/libvxi11client/perlglue.h index 8dd17df..680a061 100644 --- a/libvxi11client/perlglue.h +++ b/libvxi11client/perlglue.h @@ -12,6 +12,6 @@ int vremote(bool waitforlock); int vreadstatusbyte(bool waitforlock); int vcreate_intr_chan(void); int vdestroy_intr_chan(void); -int venable_srq(bool enable, char* handle); +int venable_srq(bool enable); int vdocmd(unsigned long cmd, bool waitforlock); int vclose(void); |