Verify bittorrent .torrent metainfo files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
147B

  1. #ifndef SHOWINFO_H
  2. #define SHOWINFO_H
  3. #include "metainfo.h"
  4. /*
  5. * Print the contents of a metainfo file
  6. */
  7. void showinfo(metainfo_t* m);
  8. #endif