]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/regexp.c
de K&Rify, fix prototypes
[1ts-debian.git] / zephyr / zwgc / regexp.c
index d3a2cb5356ec81b31f285780f7489ca8fba0a7a9..a9314ab5fd98c8a1963781db9a19500edf4482b2 100644 (file)
@@ -20,9 +20,9 @@ static const char rcsid_regexp_c[] = "$Id$";
 
 #include "regexp.h"
 
-int ed_regexp_match_p(test_string, pattern)
-     string test_string;
-     string pattern;
+int
+ed_regexp_match_p(string test_string,
+                 string pattern)
 {
     regex_t RE;
     int retval;