Add statcheck.
This commit is contained in:
parent
504851273e
commit
3ce03fac39
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ statchecku(uchar *buf, uint nbuf, int dotu)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
statcheck(uchar *buf, uint nbuf)
|
||||||
|
{
|
||||||
|
return statchecku(buf, nbuf, 0);
|
||||||
|
}
|
||||||
|
|
||||||
static char nullstring[] = "";
|
static char nullstring[] = "";
|
||||||
|
|
||||||
uint
|
uint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue