File: protocols.h

package info (click to toggle)
apt-spy 3.1-19
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 252 kB
  • ctags: 54
  • sloc: ansic: 898; makefile: 51; sh: 12
file content (10 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/* apt-spy (c) Steven Holmes, 2003. This software is licensed as detailed in the LICENSE 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, size_t *total_bytes);

#endif