summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-06 22:32:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-06 22:32:44 +0000
commite3de7a3447695ca69dc09078f6e7206a8d281601 (patch)
treeeb04f3b49affab5f647b5e7e1c39ffbfe24d85cb /ext
parent9b0c96238b7dd8068f49a6ba7bc49b52a3b4b808 (diff)
downloadperl-e3de7a3447695ca69dc09078f6e7206a8d281601.tar.gz
fix incorrect prototypes in File::Glob
p4raw-id: //depot/perl@5590
Diffstat (limited to 'ext')
-rw-r--r--ext/File/Glob/Glob.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/File/Glob/Glob.xs b/ext/File/Glob/Glob.xs
index 1805f68a96..e01ae7e85a 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: $$