File: maclist.h

package info (click to toggle)
arpalert 2.0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,412 kB
  • ctags: 517
  • sloc: ansic: 4,372; sh: 500; makefile: 147; perl: 35
file content (16 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2005-2010 Thierry FOURNIER
 * $Id: maclist.h 690 2008-03-31 18:36:43Z thierry $
 *
 */

#ifndef __MACLIST_H__
#define __MACLIST_H__

// load maclists file and update data system
void maclist_load(void);

// reload maclist file
void maclist_reload(void);

#endif