00001 /* 00002 * Domain module 00003 * 00004 * Copyright (C) 2002-2003 Juha Heinanen 00005 * 00006 * This file is part of sip-router, a free SIP server. 00007 * 00008 * sip-router is free software; you can redistribute it and/or modify it under 00009 * the terms of the GNU General Public License as published by the Free 00010 * Software Foundation; either version 2 of the License, or (at your option) 00011 * any later version 00012 * 00013 * sip-router is distributed in the hope that it will be useful, but WITHOUT 00014 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00015 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 00016 * more details. 00017 * 00018 * You should have received a copy of the GNU General Public License along 00019 * with this program; if not, write to the Free Software Foundation, Inc., 00020 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 00023 #ifndef _DOMAIN_RPC_H 00024 #define _DOMAIN_RPC_H 00025 00026 #include "../../rpc.h" 00027 00028 extern rpc_export_t domain_rpc[]; 00029 00030 #endif /* _DOMAIN_RPC_H */
1.7.1