File: http-parse-header.h

package info (click to toggle)
netrik 1.16.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,288 kB
  • sloc: ansic: 6,657; sh: 994; makefile: 120
file content (18 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
   netrik -- The ANTRIK Internet Viewer
   Copyright (C) Olaf D. Buddenhagen AKA antrik, et al (see AUTHORS)
   Published under the GNU GPL; see LICENSE for details.
*/
/*
 * http-parse-header.h -- declarations for http-parse-header.o
 *
 * (C) 2002 Patrice Neff
 */

#ifndef __HTTP_PARSE_HEADER_H
#define __HTTP_PARSE_HEADER_H

#include "load.h"
void parse_header(struct Resource *res);

#endif