--- margi2/margi.h 2001/06/01 16:43:07 1.5 +++ margi2/margi.h 2001/08/05 11:02:13 1.6 @@ -43,7 +43,7 @@ void write_indexed_register(struct cvdv_ void WriteByte(struct cvdv_cards *card, int addr, u_char data); u_char ReadByte(struct cvdv_cards *card, int addr); void MaskByte(struct cvdv_cards *card, int addr, u_char mask, u_char bits); -int MargiFreeBuffers(struct cvdv_cards *card, int isB); +int MargiFreeBuffers(struct cvdv_cards *card); int MargiSetBuffers(struct cvdv_cards *card, uint32_t size, int isB); int MargiFlush (struct cvdv_cards *card); int MargiPushA(struct cvdv_cards *card, int count, const char *data);