torrent-verifier/src/showinfo.h

11 lines
147 B
C

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