#ifndef ID3_H #define ID3_H void out_id3_info(int fd, char *filename, int remote); #endif .