[Pkg-voip-commits] r5032 - /asterisk/trunk/debian/patches/keep-1.4-abi

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Dec 4 21:56:58 UTC 2007


Author: paravoid
Date: Tue Dec  4 21:56:58 2007
New Revision: 5032

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5032
Log:
Warn when using the old API

Modified:
    asterisk/trunk/debian/patches/keep-1.4-abi

Modified: asterisk/trunk/debian/patches/keep-1.4-abi
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/keep-1.4-abi?rev=5032&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/keep-1.4-abi (original)
+++ asterisk/trunk/debian/patches/keep-1.4-abi Tue Dec  4 21:56:58 2007
@@ -18,7 +18,7 @@
 +		void *_private;
 +#ifndef __cplusplus
 +		/* be compatible with <= 1.4.14 */
-+		void *private;
++		void *private __attribute__ ((deprecated));
 +#endif
 +	};
  	const char *orig_chan_name;




More information about the Pkg-voip-commits mailing list