mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user