[go: up one dir, main page]

File: compare.h

package info (click to toggle)
fwlogwatch 1.1-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 904 kB
  • ctags: 607
  • sloc: ansic: 5,673; lex: 1,490; php: 706; sh: 445; makefile: 152
file content (15 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (C) 2000-2006 Boris Wesslowski */
/* $Id: compare.h,v 1.18 2006/03/08 19:36:02 bw Exp $ */

#ifndef _COMPARE_H
#define _COMPARE_H

#include "main.h"

struct conn_data *fwlw_pc_mergesort(struct conn_data *list1);
void sort_data(unsigned char mode);
void build_list(void);
int list_stats(void);
void show_list(FILE *fd);

#endif