diff -r 8ec65b8f6e2c -r 3374f578f080 opensips/modules/enum/enum_mod.h --- a/opensips/modules/enum/enum_mod.h Wed Feb 10 21:25:01 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -/* - * $Id: enum_mod.h 5901 2009-07-21 07:45:05Z bogdan_iancu $ - * - * Enum module headers - * - * Copyright (C) 2002-2003 Juha Heinanen - * - * This file is part of opensips, a free SIP server. - * - * opensips 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 - * - * opensips 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 this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - - -#ifndef ENUM_MOD_H -#define ENUM_MOD_H - - -#include "../../str.h" - - -/* - * Internal module variables - */ -extern str suffix; /* str version of domain_suffix */ -extern str param; /* str version of tel_uri_params */ -extern str service; /* default (empty) service */ - -extern str i_suffix; /* suffix for infrastructure ENUM */ -extern str i_branchlabel; /* the label branching off the infrastructure tree */ -extern str i_bl_alg; /* how to know where to branch off */ - -extern str isnsuffix; /* str version of isn_suffix */ - - -#endif /* ENUM_MOD_H */