summaryrefslogtreecommitdiff
path: root/plugins/CSList/src/cslist.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-01 15:43:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-01 15:43:03 +0000
commitd31d23e418dbf778e7cb9d9563e1a5a1bdb15d48 (patch)
tree7479f5206120bc12fa04810719809c665fd6e719 /plugins/CSList/src/cslist.h
parented0e4c1d9be5e715a5cfbb8968761b3990f17fe5 (diff)
fix for duplicate menu entries in CSList
git-svn-id: http://svn.miranda-ng.org/main/trunk@2594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/cslist.h')
-rw-r--r--plugins/CSList/src/cslist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/cslist.h
index e2313d85af..f26a2c608c 100644
--- a/plugins/CSList/src/cslist.h
+++ b/plugins/CSList/src/cslist.h
@@ -416,8 +416,7 @@ struct CSAMWindow
INT_PTR __cdecl showList(WPARAM, LPARAM, LPARAM);
// protocols enumeration related functions
-void forAllProtocols(pForAllProtosFunc pFunc, void *arg);
-void addProtoStatusMenuItem( char *protoName, void *arg);
+void addProtoStatusMenuItem(char *protoName);
// other functions
void IitIcoLib();