summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/src/notifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WhenWasIt/src/notifiers.h')
-rw-r--r--plugins/WhenWasIt/src/notifiers.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/WhenWasIt/src/notifiers.h b/plugins/WhenWasIt/src/notifiers.h
index 3f22598539..d16d524090 100644
--- a/plugins/WhenWasIt/src/notifiers.h
+++ b/plugins/WhenWasIt/src/notifiers.h
@@ -29,16 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define DUMMY_MODULE MODULENAME
#define DUMMY_SETTING "refreshIconsDummyVal"
-struct TUpcomingBirthday{
- MCONTACT hContact;
- wchar_t *name;
- wchar_t *message;
- int dtb;
- int age;
-};
-
-typedef TUpcomingBirthday *PUpcomingBirthday;
-
void PopupNotifyNoBirthdays();
int PopupNotifyBirthday(MCONTACT hContact, int dtb, int age);
int PopupNotifyMissedBirthday(MCONTACT hContact, int dab, int age);