#ifndef _ROTO_H #define _ROTO_H #include "fb.h" void roto64(fb_fragment_t *fragment); void roto32(fb_fragment_t *fragment); #endif