File: protocols.h

package info (click to toggle)
apt-spy 3.1-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 208 kB
  • ctags: 56
  • sloc: ansic: 798; makefile: 58; sh: 6
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
/* apt-spy (c) Steven Holmes, 2003. This software is licensed as detailed in the LICENSE file. */

#ifndef __PROTOCOLS_H
#define __PROTOCOLS_H

int get_file(server_t *current, CURL *curl, char *file, int protocol, size_t *total_bytes);

#endif