| 518 | | // Visible/Invisible/Ignore list functions (deprecated versions, for compatibility) |
| 519 | | void icqAddToVisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 520 | | void icqRemoveFromVisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 521 | | void icqToggleVisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 522 | | void icqAddToInvisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 523 | | void icqRemoveFromInvisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 524 | | void icqToggleInvisibleList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 525 | | void icqAddToIgnoreList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 526 | | void icqRemoveFromIgnoreList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| 527 | | void icqToggleIgnoreList(unsigned long nUin) __attribute__ ((deprecated)); // deprecated! |
| | 725 | LICQ_DEPRECATED void icqAddToVisibleList(unsigned long nUin); |
| | 726 | LICQ_DEPRECATED void icqRemoveFromVisibleList(unsigned long nUin); |
| | 727 | LICQ_DEPRECATED void icqToggleVisibleList(unsigned long nUin); |
| | 728 | LICQ_DEPRECATED void icqAddToInvisibleList(unsigned long nUin); |
| | 729 | LICQ_DEPRECATED void icqRemoveFromInvisibleList(unsigned long nUin); |
| | 730 | LICQ_DEPRECATED void icqToggleInvisibleList(unsigned long nUin); |
| | 731 | LICQ_DEPRECATED void icqAddToIgnoreList(unsigned long nUin); |
| | 732 | LICQ_DEPRECATED void icqRemoveFromIgnoreList(unsigned long nUin); |
| | 733 | LICQ_DEPRECATED void icqToggleIgnoreList(unsigned long nUin); |