diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-26 17:43:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-26 17:43:36 +0000 |
commit | c8deb2a34dd157921bd87d175b39cba6964bc20e (patch) | |
tree | e5706b186d1ff621894f4e68c0e7fa9e0d22a0da /include | |
parent | 293c0532ba47a9dc06c8b49f19ad058c94725621 (diff) |
simple command-line analyzer
git-svn-id: http://svn.miranda-ng.org/main/trunk@1199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_core.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -39,6 +39,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
// DBVARIANT: used by db/contact/getsetting and db/contact/writesetting
|