diff options
author | rsc <devnull@localhost> | 2004-03-05 05:48:32 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-05 05:48:32 +0000 |
commit | 230d62c4756ece47951e96a7cb1b5b72cf6a3844 (patch) | |
tree | 42aab0123a9a4d3a06b1f2ca03c174abf21a9cba | |
parent | 28fe2052d07616bfcceb653ef55cc5701e59fc8e (diff) | |
download | plan9port-230d62c4756ece47951e96a7cb1b5b72cf6a3844.tar.gz plan9port-230d62c4756ece47951e96a7cb1b5b72cf6a3844.tar.bz2 plan9port-230d62c4756ece47951e96a7cb1b5b72cf6a3844.zip |
Incorporate bug fixes from Plan 9.
-rw-r--r-- | include/regexp9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regexp9.h b/include/regexp9.h index 382d246f..b241712b 100644 --- a/include/regexp9.h +++ b/include/regexp9.h @@ -69,7 +69,7 @@ extern int regexec9(Reprog*, char*, Resub*, int); extern void regsub9(char*, char*, int, Resub*, int); extern int rregexec9(Reprog*, Rune*, Resub*, int); -extern void rregsub9(Rune*, Rune*, Resub*, int); +extern void rregsub9(Rune*, Rune*, int, Resub*, int); /* * Darwin simply cannot handle having routines that |