diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-23 14:05:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-23 14:05:45 +0000 |
commit | 69ce91bf09ba2244fd689f9fa238f7a2f229c28e (patch) | |
tree | 8600c83bb2b3a8f561e20c78eadf3264e1f0ca1c /plugins/CSList/src/legacy.h | |
parent | 898b91a69d898244fe3eb5551a968a9cde1b2d7b (diff) |
CSList was occasionally rewritten:
- now it supports any protocol that has xstatuses;
- numerous memory leaks removed;
- strange class removed and replaced with the standard plugin frame
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@2443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/legacy.h')
-rw-r--r-- | plugins/CSList/src/legacy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CSList/src/legacy.h b/plugins/CSList/src/legacy.h index 8ef63089d7..949f4bd588 100644 --- a/plugins/CSList/src/legacy.h +++ b/plugins/CSList/src/legacy.h @@ -4,10 +4,10 @@ */
-int cslist_import_v2_status_items( );
+int cslist_import_v2_status_items();
int cslist_parse_row( TCHAR *row, int ord );
-int cslist_import_v2_status_items( )
+int cslist_import_v2_status_items()
{
// get DB string, parse to statuses, add by helpItem
DBVARIANT dbv = { DBVT_TCHAR };
|