beremiz
Clone
Summary
Browse
Changes
Graph
add copyright notices to python files where there were missing, that
2016-05-06, Andrey Skvortsov
91538d0c242c
add copyright notices to python files where there were missing, that
is required by GPLv2
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}