#ifndef __AIFUTIL_H__
#define __AIFUTIL_H__
extern void aif_to_txt(char *, char *, int);
extern void txt_to_aif(char *, char *);
#define AIFUTIL_VERSION 1
#endif
