]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 2 Jan 2025 14:52:38 +0000 (14:52 +0000)
commita33505b33476879653d298b5ffb2243dac156042
tree1bc04121e4717e6089d4e14da4d8bd82457a21fd
parent92e5ed5a3a79bc0efb26c60ba4d32b1ee379eb19
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