summaryrefslogtreecommitdiffstats
path: root/nserver/src/protocol.h
blob: 20fb24a5de3b8fd0401ca2070e1d5f20e8d5bda6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _protocol_h
#define _protocol_h


#include <bstrlib.h>
#include <darray.h>
#include <hashmap.h>
#include <stats.h>
#include <dbg.h>

int sscreate(char *key);
int ssdelete(char *key);
double sssample(char *key, double s);
double ssmean(char *key);
char *ssdump(char *key);
char *sslist();


#endif