summaryrefslogtreecommitdiff
path: root/plugins/Non-IM Contact/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Non-IM Contact/src/commonheaders.h')
-rw-r--r--plugins/Non-IM Contact/src/commonheaders.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Non-IM Contact/src/commonheaders.h b/plugins/Non-IM Contact/src/commonheaders.h
index d7205aa895..08c45935e2 100644
--- a/plugins/Non-IM Contact/src/commonheaders.h
+++ b/plugins/Non-IM Contact/src/commonheaders.h
@@ -110,7 +110,6 @@ void replaceAllStrings(MCONTACT hContact);
void WriteSetting(MCONTACT hContact, char* module1, char* setting1 , char* module12, char* setting2);
//timer.c
-extern UINT_PTR timerId;
void CALLBACK timerProc();
int startTimer(int interval);
int killTimer();
@@ -122,7 +121,7 @@ extern char *szInfo;
extern char *szData;
extern HANDLE hNetlibUser;
-int db_get_static(MCONTACT hContact, const char *moduleName, const char *fn, char *buf);
+int db_get_static(MCONTACT hContact, const char *moduleName, const char *fn, char *buf, size_t cbSize);
#endif