cbd/libcbd/stats.c

12 lines
126 B
C
Raw Normal View History

#include <libcbd.h>
#include <cbdutil.h>
int
cbd_stats(const char* name)
{
error("Not implemented\n");
return 0;
}