diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 590053618..bcc14f24a 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -78,6 +78,9 @@ void initIMPS2() { tcflush (fd, TCIFLUSH); tcdrain(fd); } + +void log_message(const char * s, ...) {} + '; print ' @@ -104,6 +107,9 @@ Xtest(display) '; $ENV{C_DRAKX} and print ' +char * +pcmcia_probe() + void setMouseLive(display, type, emulate3buttons) char *display |