File: downloader.h

package info (click to toggle)
ctorrent 1.3.4.dnh3.3.2-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,240 kB
  • sloc: cpp: 13,161; sh: 675; ansic: 383; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef DOWNLOADER_H
#define DOWNLOADER_H

void Downloader();

#endif