From: Corey Farrell Date: Thu, 24 Jul 2014 17:50:46 +0000 (+0000) Subject: Deprecate astobj.h X-Git-Tag: 13.0.0-beta1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d074a9390273910c4b6c40896a6af10bd97e306d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h index a18d70658f..5959d40d0e 100644 --- a/include/asterisk/astobj.h +++ b/include/asterisk/astobj.h @@ -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