]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Header fixes for compiling C++ source files
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 31 Dec 2024 18:10:20 +0000 (11:10 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Thu, 2 Jan 2025 14:52:35 +0000 (14:52 +0000)
commite677ec847323eea2969215c3f1bcf00372605d33
tree363dad29cbd9fa539fb0f50bc02d9a5e1fe731d3
parent2fa9dcd51cb462da23daa753a9d9e373fa9fedcd
Header fixes for compiling C++ source files

A few tweaks needed to be done to some existing header files to allow them to
be compiled when included from C++ source files.

logger.h had declarations for ast_register_verbose() and
ast_unregister_verbose() which caused C++ issues but those functions were
actually removed from logger.c many years ago so the declarations were just
removed from logger.h.
include/asterisk/astmm.h
include/asterisk/lock.h
include/asterisk/logger.h
include/asterisk/strings.h