File: http.h

package info (click to toggle)
snarf 7.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: ansic: 3,464; sh: 329; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* -*- mode: C; c-basic-offset: 8; indent-tabs-mode: nil; tab-width: 8 -*- */

#include "url.h"

#ifndef HTTP_H
#define HTTP_H

int http_transfer(UrlResource *);

#endif /* HTTP_H */