File: update.h

package info (click to toggle)
apt-spy 3.1-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 312 kB
  • ctags: 55
  • sloc: ansic: 826; makefile: 53; sh: 6
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
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 __UPDATE_H
#define __UPDATE_H

int update(FILE *mirror_p, char *update_url, char *proxy);

#endif