File: write-report.h

package info (click to toggle)
traffic-vis 0.34-3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 356 kB
  • ctags: 436
  • sloc: ansic: 4,029; makefile: 144; perl: 82; sh: 25
file content (24 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
	**
	** write-report.c
	**
	** Routines to write a report in the same format as those generated 
	** by traffic-collect 
	**
	** Copyright 1998-1999 Damien Miller <dmiller@ilogic.com.au>
	**
	** This software is licensed under the terms of the GNU General 
	** Public License (GPL). Please see the file COPYING for details.
	** 
	** $Id: write-report.h,v 1.2 1999/02/04 10:22:42 dmiller Exp $
	**
 */

#ifndef _WRITE_REPORT_H
#define _WRITE_REPORT_H

#include "report.h"

int write_report(report_t *r, const char *report_file);

#endif /* _WRITE_REPORT_H */