/* * Mbuni - Open Source MMS Gateway * * Mbuni billing integration 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 __MMS_BILLING_SHELL_INCLUDED__ #define __MMS_BILLING_SHELL_INCLUDED__ #include #include "gwlib/gwlib.h" #include "mms_billing.h" extern MmsBillingFuncStruct mms_billfuncs_shell; #endif