File: file.h

package info (click to toggle)
arpwatch 2.1a4-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 572 kB
  • ctags: 233
  • sloc: ansic: 2,467; sh: 1,723; makefile: 140; awk: 61
file content (5 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
/* @(#) $Header: file.h,v 1.3 96/06/04 22:39:48 leres Exp $ (LBL) */

typedef int (*file_process)(u_int32_t, u_char *, time_t, char *);

int file_loop(FILE *, file_process);