~jorge/+junk/fix-for-790821

« back to all changes in this revision

Viewing changes to src/common/plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 11:07:31 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316110731-yqzsk72l4tjfyyzk
Tags: 1:0.26.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
               const char *s2);
47
47
        int (*xchat_set_context) (xchat_plugin *ph,
48
48
                   xchat_context *ctx);
 
49
        void (*xchat_find_set_context) (xchat_plugin *ph);
49
50
        xchat_context *(*xchat_find_context) (xchat_plugin *ph,
50
51
                    const char *servname,
51
52
                    const char *channel);