Module: kamailio Branch: master Commit: c336eed393f2fedae16dbcf004e143fdd38c46e2 URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fd...
Author: Sergey Safarov s.safarov@gmail.com Committer: Daniel-Constantin Mierla miconda@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/c336eed393f2fedae16dbcf004e143fd... Patch: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fd...
---
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);