File: protocols.h

package info (click to toggle)
apt-spy 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 344 kB
  • sloc: ansic: 1,067; makefile: 54; sh: 11
file content (12 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/* apt-spy (c) Steven Holmes, 2003.
 * This software is licensed as detailed in the COPYRIGHT file.
 */

#ifndef __PROTOCOLS_H
#define __PROTOCOLS_H

#include "parse.h" /* enum protocol */

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

#endif