opensips/modules/enum/enum_mod.h

changeset 19
3374f578f080
parent 18
8ec65b8f6e2c
child 20
2ff1f58715ce
     1.1 --- a/opensips/modules/enum/enum_mod.h	Wed Feb 10 21:25:01 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,47 +0,0 @@
     1.4 -/*
     1.5 - * $Id: enum_mod.h 5901 2009-07-21 07:45:05Z bogdan_iancu $
     1.6 - *
     1.7 - * Enum module headers
     1.8 - *
     1.9 - * Copyright (C) 2002-2003 Juha Heinanen
    1.10 - *
    1.11 - * This file is part of opensips, a free SIP server.
    1.12 - *
    1.13 - * opensips is free software; you can redistribute it and/or modify
    1.14 - * it under the terms of the GNU General Public License as published by
    1.15 - * the Free Software Foundation; either version 2 of the License, or
    1.16 - * (at your option) any later version
    1.17 - *
    1.18 - * opensips is distributed in the hope that it will be useful,
    1.19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.21 - * GNU General Public License for more details.
    1.22 - *
    1.23 - * You should have received a copy of the GNU General Public License 
    1.24 - * along with this program; if not, write to the Free Software 
    1.25 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1.26 - */
    1.27 -
    1.28 -
    1.29 -#ifndef ENUM_MOD_H
    1.30 -#define ENUM_MOD_H
    1.31 -
    1.32 -
    1.33 -#include "../../str.h"
    1.34 -
    1.35 -
    1.36 -/*
    1.37 - * Internal module variables
    1.38 - */
    1.39 -extern str suffix;           /* str version of domain_suffix */
    1.40 -extern str param;            /* str version of tel_uri_params */
    1.41 -extern str service;          /* default (empty) service */
    1.42 -
    1.43 -extern str i_suffix;         /* suffix for infrastructure ENUM */
    1.44 -extern str i_branchlabel;    /* the label branching off the infrastructure tree */
    1.45 -extern str i_bl_alg;         /* how to know where to branch off */
    1.46 -
    1.47 -extern str isnsuffix;        /* str version of isn_suffix */
    1.48 -
    1.49 -
    1.50 -#endif /* ENUM_MOD_H */

mercurial