Mercurial > pidgin
annotate plugins/perl/common/Privacy.xs @ 11202:ff4884029708
[gaim-migrate @ 13330]
Some compile warning fixes. It's very possible the perl warnings
were caused by some of my changes to the core last week
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:21:57 +0000 |
| parents | 134d0001983d |
| children | b284c703d398 |
| rev | line source |
|---|---|
| 11118 | 1 |
| 2 #include "module.h" | |
| 3 | |
| 4 /* TODO | |
| 5 | |
| 6 | |
| 7 */ | |
| 8 | |
| 9 MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_ | |
| 10 PROTOTYPES: ENABLE | |
| 11 | |
| 12 Gaim::Privacy::UiOps | |
| 13 gaim_privacy_get_ui_ops() | |
| 14 | |
| 15 | |
| 16 void | |
| 17 gaim_privacy_init() | |
| 18 | |
| 19 | |
| 20 void | |
| 21 gaim_privacy_set_ui_ops(ops) | |
| 22 Gaim::Privacy::UiOps ops | |
| 23 |
