summaryrefslogtreecommitdiffstats
path: root/nserver/src/protocol.h
blob: 22355bdec7b6531f22fce1c067bd81bf8379b70a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _protocol_h
#define _protocol_h

#include <hashmap.h>
#include <dbg.h>

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


#endif