summaryrefslogtreecommitdiff
path: root/src/modules/roto/roto.h
blob: 84a66a928f5ac81d5151e1900930dcbf8361f2af (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ROTO_H
#define _ROTO_H

#include "fb.h"

void roto64(fb_fragment_t *fragment);
void roto32(fb_fragment_t *fragment);

#endif
© All Rights Reserved