From c8deb2a34dd157921bd87d175b39cba6964bc20e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Jul 2012 17:43:36 +0000 Subject: simple command-line analyzer git-svn-id: http://svn.miranda-ng.org/main/trunk@1199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/m_core.h b/include/m_core.h index 2fb4031bd6..249aca42aa 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -38,6 +38,12 @@ extern "C" { #endif +/////////////////////////////////////////////////////////////////////////////// +// command line support + +MIR_CORE_DLL(void) CmdLine_Parse(LPTSTR ptszCmdLine); +MIR_CORE_DLL(LPCTSTR) CmdLine_GetOption(LPCTSTR ptszParameter); + /////////////////////////////////////////////////////////////////////////////// // database functions -- cgit v1.2.3