Skip to content
Snippets Groups Projects
Commit d074a939 authored by Corey Farrell's avatar Corey Farrell
Browse files

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
parent 5bea6c1b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment