Changeset 0c85c08 for otr.h


Ignore:
Timestamp:
2010-08-31T23:18:21Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
934db064
Parents:
f5c0d8e
Message:

Pluginify this thing a little bit. Not so much in the dynamically loadable
sense of the word, more in a way that core files don't have to include otr.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.h

    rf5c0d8e r0c85c08  
    7272void otr_init(void);
    7373
    74 /* called from irc_new()/irc_free() */
    75 otr_t *otr_new();
    76 void otr_free(otr_t *otr);
    77 
    7874/* called by storage_* functions */
    7975void otr_load(struct irc *irc);
     
    9894typedef void *OtrlMessageAppOps;
    9995
    100 #define otr_init() {}
    101 #define otr_new() (NULL)
    10296#define otr_free(otr) {}
    10397#define otr_load(irc) {}
Note: See TracChangeset for help on using the changeset viewer.