Verify bittorrent .torrent metainfo files.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 wiersze
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