From 9a5162c33017bab6677c528189cff5a501f3822a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 9 Aug 2003 16:36:18 +0000 Subject: netlink monitoring aded wireless querying improved git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@30 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- src/ifmonitor.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/ifmonitor.h (limited to 'src/ifmonitor.h') diff --git a/src/ifmonitor.h b/src/ifmonitor.h new file mode 100644 index 0000000..ada8855 --- /dev/null +++ b/src/ifmonitor.h @@ -0,0 +1,26 @@ +#ifndef fooifmonitorhfoo +#define fooifmonitorhfoo + +/* $Id: ifplugd.c 1.12 Sat, 01 Feb 2003 03:00:07 +0100 lennart $ */ + +/* + * This file is part of ifplugd. + * + * ifplugd is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * ifplugd is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ifplugd; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +int ifmonitor_init(int (*cb) (int b, int index, unsigned short type, const char *name)); + +#endif -- cgit