michael@12: /* michael@12: * $Id: enum_mod.h 5901 2009-07-21 07:45:05Z bogdan_iancu $ michael@12: * michael@12: * Enum module headers michael@12: * michael@12: * Copyright (C) 2002-2003 Juha Heinanen michael@12: * michael@12: * This file is part of opensips, a free SIP server. michael@12: * michael@12: * opensips is free software; you can redistribute it and/or modify michael@12: * it under the terms of the GNU General Public License as published by michael@12: * the Free Software Foundation; either version 2 of the License, or michael@12: * (at your option) any later version michael@12: * michael@12: * opensips is distributed in the hope that it will be useful, michael@12: * but WITHOUT ANY WARRANTY; without even the implied warranty of michael@12: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the michael@12: * GNU General Public License for more details. michael@12: * michael@12: * You should have received a copy of the GNU General Public License michael@12: * along with this program; if not, write to the Free Software michael@12: * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA michael@12: */ michael@12: michael@12: michael@12: #ifndef ENUM_MOD_H michael@12: #define ENUM_MOD_H michael@12: michael@12: michael@12: #include "../../str.h" michael@12: michael@12: michael@12: /* michael@12: * Internal module variables michael@12: */ michael@12: extern str suffix; /* str version of domain_suffix */ michael@12: extern str param; /* str version of tel_uri_params */ michael@12: extern str service; /* default (empty) service */ michael@12: michael@12: extern str i_suffix; /* suffix for infrastructure ENUM */ michael@12: extern str i_branchlabel; /* the label branching off the infrastructure tree */ michael@12: extern str i_bl_alg; /* how to know where to branch off */ michael@12: michael@13: extern str isnsuffix; /* str version of isn_suffix */ michael@13: michael@12: michael@12: #endif /* ENUM_MOD_H */