expedite/src/bin/engine_fb.h

8 lines
120 B
C
Raw Normal View History

2007-11-10 15:23:08 -08:00
#ifndef ENGINE_FB_H
#define ENGINE_FB_H
int engine_fb_args(int argc, char **argv);
void engine_fb_loop(void);
#endif