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
changes/97/197/1
Corey Farrell 12 years ago
parent 5bea6c1b1c
commit d074a93902

@ -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

Loading…
Cancel
Save