Re: [Licq-devel] deprecated functions

2003-07-09 Thread Jon Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 07 July 2003 02:06 am, Juan F. Codagnone wrote: > hi, the __attribute__ ((__deprecated__)) feature of gcc can help us to > remember what things will become useless. > > I attach a patch with an example. I've used config.h because is included

[Licq-devel] deprecated functions

2003-07-06 Thread Juan F. Codagnone
hi, the __attribute__ ((__deprecated__)) feature of gcc can help us to remember what things will become useless. I attach a patch with an example. I've used config.h because is included in most of the files, at the top of them. I didn't test if all compiles fine (only the daemon), but you get t