#ifndef SHOWINFO_H #define SHOWINFO_H #include "metainfo.h" /* * Print the contents of a metainfo file */ void showinfo(metainfo_t* m); #endif