Diff for /embedaddon/miniupnpd/ifacewatcher.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/05/29 12:55:57 version 1.1.1.2, 2013/07/22 00:32:35
Line 9 Line 9
  * which weren't available during daemon start. It also takes care   * which weren't available during daemon start. It also takes care
  * of interfaces which become unavailable.   * of interfaces which become unavailable.
  *   *
 * Copyright (c) 2011, Alexey Osipov <simba@lerlan.ru * Copyright (c) 2011, Alexey Osipov <simba@lerlan.ru>
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 35 Line 35
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. */   * POSSIBILITY OF SUCH DAMAGE. */
   
#ifndef __IFACEWATCHER_H__#ifndef IFACEWATCHER_H_INCLUDED
#define __IFACEWATCHER_H__#define IFACEWATCHER_H_INCLUDED
   
 #include "config.h"  #include "config.h"
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>