[sr-dev] git:master:c336eed3: core: published sip_check_fline function in .h file

Daniel-Constantin Mierla miconda at gmail.com
Mon Jun 7 15:17:35 CEST 2021


Module: kamailio
Branch: master
Commit: c336eed393f2fedae16dbcf004e143fdd38c46e2
URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2

Author: Sergey Safarov <s.safarov at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-06-07T15:17:32+02:00

core: published sip_check_fline function in .h file

---

Modified: src/core/receive.h

---

Diff:  https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.diff
Patch: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.patch

---

diff --git a/src/core/receive.h b/src/core/receive.h
index d4ce7895a8..433bf6a72e 100644
--- a/src/core/receive.h
+++ b/src/core/receive.h
@@ -32,6 +32,7 @@
 #include "ip_addr.h"
 
 int receive_msg(char* buf, unsigned int len, struct receive_info *ri);
+int sip_check_fline(char *buf, unsigned int len);
 unsigned int inc_msg_no(void);
 void ksr_msg_env_reset(void);
 




More information about the sr-dev mailing list