summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_clistint.h')
-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__