dtdocbook: Change to ANSI function definitions
This commit is contained in:
@@ -55,10 +55,7 @@
|
||||
- regsub - perform substitutions after a regexp match
|
||||
*/
|
||||
void
|
||||
tpt_regsub(prog, source, dest)
|
||||
regexp *prog;
|
||||
char *source;
|
||||
char *dest;
|
||||
tpt_regsub(regexp *prog, char *source, char *dest)
|
||||
{
|
||||
register char *src;
|
||||
register char *dst;
|
||||
|
||||
Reference in New Issue
Block a user