diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-22 20:27:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-22 20:27:47 +0000 |
commit | 65aa3fa63030769ceeca17d4a82f915c185dc734 (patch) | |
tree | 2147a48503ef602dfec1507cee7b99fc05e299ef /src/modules/metacontacts/metacontacts.h | |
parent | ba020540c064ebd48bf6b77e5bd5e11255766f23 (diff) |
metacontact options -> CDlgBase
git-svn-id: http://svn.miranda-ng.org/main/trunk@13766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index 34d4190285..2c4ff0715c 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -92,15 +92,13 @@ struct MetaOptions int menu_contact_label;
int menu_function;
int clist_contact_name;
- int days_history;
int set_status_from_offline_delay;
};
extern MetaOptions options;
int Meta_OptInit(WPARAM wParam, LPARAM lParam);
-int Meta_WriteOptions(MetaOptions *opt);
-int Meta_ReadOptions(MetaOptions *opt);
+int Meta_ReadOptions();
// API function headers
void CreateApiServices();
|