*** empty log message ***

This commit is contained in:
cvs
2000-03-15 10:10:22 +00:00
parent 749772c6ae
commit 49669ee311
13 changed files with 2601 additions and 90 deletions

View File

@@ -77,7 +77,7 @@ void buf_put_int(buf_type *buf, int val)
return;
}
void buf_put_str(buf_type *buf, char *str)
void buf_put_str(buf_type *buf, const char *str)
{ char *b;
int l;