Module: kamailio Branch: master Commit: ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90 URL: https://github.com/kamailio/kamailio/commit/ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-06-10T11:57:38+02:00 core: srapi - prototype function names set back for msg env push/pop --- Modified: src/core/srapi.h --- Diff: https://github.com/kamailio/kamailio/commit/ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90.diff Patch: https://github.com/kamailio/kamailio/commit/ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90.patch --- diff --git a/src/core/srapi.h b/src/core/srapi.h index 0a1593fe93a..0081624b7be 100644 --- a/src/core/srapi.h +++ b/src/core/srapi.h @@ -69,8 +69,8 @@ typedef struct ksr_msg_env_links sr_xavp_t **xavis; } ksr_msg_env_links_t; -int ksr_msg_env_links_push(ksr_msg_env_links_t *menv); -int ksr_msg_env_links_pop(ksr_msg_env_links_t *menv); +int ksr_msg_env_push(ksr_msg_env_links_t *menv); +int ksr_msg_env_pop(ksr_msg_env_links_t *menv); int ksr_msg_env_data_destroy(ksr_msg_env_data_t *denv); #endif _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!