comparison libsip/grok_from.h @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:35c0d9f03c0a
1 /*
2 * Here we define the structure used to capture the result
3 * of From header field parsing.
4 */
5
6 struct grok_from {
7 char *uri;
8 unsigned uri_len;
9 char *user;
10 unsigned user_len;
11 char *cnam;
12 unsigned cnam_len;
13 int cnam_quoted;
14 };