diff -r b069bbab16be -r f58436975d44 plugins/perl/common/Notify.xs --- a/plugins/perl/common/Notify.xs Mon Sep 12 18:52:53 2005 +0000 +++ b/plugins/perl/common/Notify.xs Mon Sep 12 20:04:37 2005 +0000 @@ -68,7 +68,7 @@ const char *title const char *primary const char *secondary - const char **results + Gaim::NotifySearchResults results GCallback cb void * user_data @@ -82,12 +82,9 @@ const char *uri void * -gaim_notify_userinfo(gc, who, title, primary, secondary, text, cb, user_data) +gaim_notify_userinfo(gc, who, text, cb, user_data) Gaim::Connection gc const char *who - const char *title - const char *primary - const char *secondary const char *text GCallback cb void * user_data