bdberl/c_src/bdberl_stats.h
Jon Meredith 1e3b89e24e Broke stats code out into bdberl_stats.h module.
Had to rename some functions that became non-static.
Added some accessors to module static variables as needed.
2009-06-23 15:02:32 -05:00

18 lines
532 B
C

/* -------------------------------------------------------------------
*
* bdberl: Berkeley DB Driver for Erlang - Stats
* Copyright (c) 2008-9 The Hive. All rights reserved.
*
* ------------------------------------------------------------------- */
#ifndef _BDBERL_STATS
#define _BDBERL_STATS
/**
* Prototypes in bdberl_stats.c
*/
int bdberl_stats_control(PortData* d, unsigned int cmd,
char* inbuf, int inbuf_sz,
char** outbuf, int outbuf_sz);
#endif // _BDBERL_STATS