/* * Mbuni - Open Source MMS Gateway * * Resolving MSISDNs to local/remote MMSCs - interface (shell) * * Copyright (C) 2003 - 2008, Digital Solutions Ltd. - http://www.dsmagic.com * * Paul Bagyenda * * This program is free software, distributed under the terms of * the GNU General Public License, with a few exceptions granted (see LICENSE) */ #ifndef __MMSBOX_RESOLVE_SHELL_INCLUDED__ #define __MMSBOX_RESOLVE_SHELL_INCLUDED__ #include #include "gwlib/gwlib.h" #include "mmsbox_resolve.h" extern MmsBoxResolverFuncStruct mmsbox_resolvefuncs_shell; #endif