diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-11-23 23:23:37 +0000 |
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-11-23 23:23:37 +0000 |
| commit | cd741d8e2bb0b7d08cf36d90f5332a639f190281 (patch) | |
| tree | 07e7b369dc080bbc6f59a5e2ac13180704fa1e27 /protocols/nogaim.h | |
| parent | 4e041946706d3fc3aed405152028b02ec2794902 (diff) | |
Fixed compatibility with non-libpurple version: oscar is now recognized
as a protocol name, and removed prpl- hack from nogaim.c.
Diffstat (limited to 'protocols/nogaim.h')
| -rw-r--r-- | protocols/nogaim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index dc6154e2..ae329b91 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -132,6 +132,7 @@ struct prpl { /* You should set this to the name of your protocol. * - The user sees this name ie. when imcb_log() is used. */ const char *name; + void *data; /* Added this one to be able to add per-account settings, don't think * it should be used for anything else. You are supposed to use the |
