Add scheme creation for statistic
[ftsbench.git] / ftsbench.h
index 00c1a62..c29c5ed 100644 (file)
@@ -40,6 +40,7 @@ typedef struct {
 } StringBuf;
 
 void sb_add(StringBuf *b, char *s, int length);
+void printScheme();
 
 /* rand.c */
 long rnd();