Fix building error and warnings to add fletcher32 algo at nightly test.
[bertos.git] / bertos / algo / fletcher32.h
index e5c61f898199c942fee607125f816f56f07131eb..800c3476542ec919321fa6fb2f83b74607e4fee8 100644 (file)
@@ -50,4 +50,8 @@ void fletcher32_init(Fletcher32 *f);
 void fletcher32_update(Fletcher32 *f, const void *_buf, size_t len);
 uint32_t fletcher32_final(Fletcher32 *f);
 
+int fletcher32_testSetup(void);
+int fletcher32_testTearDown(void);
+int fletcher32_testRun(void);
+
 #endif /* ALGO_FLETCHER32_H */