summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-27 14:57:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-27 14:57:51 +0300
commit9ec3c7e78e560356066b272ad7a38d3d333de1b5 (patch)
treee72efa33a5af633cc83503efd31bdbc17ebf781e /include
parent66ab99eb5b5c47a01e1cc6613af07426abbeb19b (diff)
global variable name standardization
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 207c5e14f3..3375faaa79 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -441,6 +441,6 @@ struct CLIST_INTERFACE
EXTERN_C MIR_APP_DLL(CLIST_INTERFACE*) Clist_GetInterface(void);
-extern MIR_APP_EXPORT CLIST_INTERFACE g_CLI;
+extern MIR_APP_EXPORT CLIST_INTERFACE g_clistApi;
#endif // M_CLISTINT_H__