Deprecate astobj.h

This flags astobj.h as deprecated, warns people to use astobj2.h instead.
Only netsock.c (also deprecated) still uses astobj.h.

ASTERISK-24069 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/3818/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Corey Farrell
2014-07-24 17:50:46 +00:00
parent 5bea6c1b1c
commit d074a93902

View File

@@ -16,8 +16,10 @@
* at the top of the source tree.
*/
/*
* Object Model for Asterisk
/*! \file
* \brief Object Model for Asterisk
*
* \deprecated Use astobj2.h instead
*/
#ifndef _ASTERISK_ASTOBJ_H