changeset 8:46bc6ea5fa81

Reduce Warnings
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 15 Mar 2016 12:02:58 +0900
parents 24ae2641fec5
children e864ede359cc
files src/insert_verification/akashaCS.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/insert_verification/akashaCS.c	Tue Mar 15 11:52:37 2016 +0900
+++ b/src/insert_verification/akashaCS.c	Tue Mar 15 12:02:58 2016 +0900
@@ -1,5 +1,7 @@
 #include <stdlib.h>
-#include "llrbContext.h"
+#include "akashaLLRBContext.h"
+
+extern __code initLLRBContext(struct Context*);
 
 __code meta(struct Context* context, enum Code next) {
     goto (context->code[next])(context);