Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functions in a few documentation places.

(closes issue #11533)
Reported by: IgorG
Patches:
      oldmacroclean.v1.diff uploaded by IgorG (license 20)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-12-13 20:23:48 +00:00
parent 7dbfcdecae
commit e941bbad0f
4 changed files with 3 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ int ast_unload_resource(const char *resource_name, enum ast_module_unload_mode);
* This function calulates use counts and notifies anyone trying to keep track
* of them. It should be called whenever your module's usecount changes.
*
* \note The LOCAL_USER macros take care of calling this function for you.
* \note The ast_module_user_* functions take care of calling this function for you.
*/
void ast_update_use_count(void);