Fix warnings.
[bertos.git] / bertos / struct / kfile_fifo.h
index b5842786471eaa806ce9b0e5b92f0029166e111f..78c1f46d3740deff0b99aae1e67d6bfc810269ec 100644 (file)
@@ -94,4 +94,7 @@ INLINE KFileFifo * KFILEFIFO_CAST(KFile *fd)
  */
 void kfilefifo_init(KFileFifo *kf, FIFOBuffer *fifo);
 
+int kfilefifo_testSetup(void);
+int kfilefifo_testRun(void);
+int kfilefifo_testTearDown(void);
 #endif /* STRUCT_KFILE_FIFO */