summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/metacontacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r--src/modules/metacontacts/metacontacts.h4
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();