#ifndef A8_H_INCLUDED #define A8_H_INCLUDED int A8_start(char *nm); int A8_nextframe (void); void A8_close (void); #endif /* A8_H_INCLUDED */