From: Gurusamy Sarathy Date: Mon, 6 Mar 2000 22:32:44 +0000 (+0000) Subject: fix incorrect prototypes in File::Glob X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3de7a3447695ca69dc09078f6e7206a8d281601;p=p5sagit%2Fp5-mst-13.2.git fix incorrect prototypes in File::Glob p4raw-id: //depot/perl@5590 --- diff --git a/ext/File/Glob/Glob.xs b/ext/File/Glob/Glob.xs index 1805f68..e01ae7e 100644 --- a/ext/File/Glob/Glob.xs +++ b/ext/File/Glob/Glob.xs @@ -170,7 +170,7 @@ MODULE = File::Glob PACKAGE = File::Glob void doglob(pattern,...) char *pattern -PROTOTYPE: +PROTOTYPE: $;$ PREINIT: glob_t pglob; int i; @@ -206,4 +206,4 @@ double constant(name,arg) char *name int arg -PROTOTYPE: +PROTOTYPE: $$