fix incorrect prototypes in File::Glob
Gurusamy Sarathy [Mon, 6 Mar 2000 22:32:44 +0000 (22:32 +0000)]
p4raw-id: //depot/perl@5590

ext/File/Glob/Glob.xs

index 1805f68..e01ae7e 100644 (file)
@@ -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: $$