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

23 lines
586 B
C
Raw Permalink Normal View History

/*
* Mbuni - Open Source MMS Gateway
*
* Mbuni MSISDN mapper interface (shell)
*
2008-07-10 09:46:58 +00:00
* 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_DETOKENIZE_SHELL_INCLUDED__
#define __MMS_DETOKENIZE_SHELL_INCLUDED__
#include <time.h>
#include "gwlib/gwlib.h"
#include "mms_detokenize.h"
extern MmsDetokenizerFuncStruct mms_detokenizefuncs_shell;
#endif