1
0
Fork 0
mbuni/mbuni/mmsc/mms_billing_shell.h

25 lines
577 B
C

/*
* Mbuni - Open Source MMS Gateway
*
* Mbuni billing integration interface (shell)
*
* Copyright (C) 2003 - 2008, Digital Solutions Ltd. - http://www.dsmagic.com
*
* Paul Bagyenda <bagyenda@dsmagic.com>
*
* 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 <time.h>
#include "gwlib/gwlib.h"
#include "mms_billing.h"
extern MmsBillingFuncStruct mms_billfuncs_shell;
#endif