summaryrefslogtreecommitdiff
path: root/plugins/Nudge/src/headers.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-02-28 21:26:56 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-02-28 21:26:56 +0000
commit8e84435e099c09fc304d0bcc9a0bed3537ca582e (patch)
tree0f04e764042d28be39079057f7619248e35f824c /plugins/Nudge/src/headers.h
parentbebb6d3f0ee36cbfc4c4e4943f1e4fd8f8e3f732 (diff)
Nudge:
- performance improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@12291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/src/headers.h')
-rw-r--r--plugins/Nudge/src/headers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Nudge/src/headers.h b/plugins/Nudge/src/headers.h
index 0fdc683385..86c31a568e 100644
--- a/plugins/Nudge/src/headers.h
+++ b/plugins/Nudge/src/headers.h
@@ -66,17 +66,17 @@ int Preview();
/*
*
****************************/
-void Nudge_ShowPopup(CNudgeElement, MCONTACT, TCHAR *);
+void Nudge_ShowPopup(CNudgeElement*, MCONTACT, TCHAR *);
/*
*
****************************/
-void Nudge_ShowStatus(CNudgeElement, MCONTACT, DWORD timestamp);
+void Nudge_ShowStatus(CNudgeElement*, MCONTACT, DWORD timestamp);
/*
*
****************************/
-void Nudge_SentStatus(CNudgeElement, MCONTACT);
+void Nudge_SentStatus(CNudgeElement*, MCONTACT);
/*
*