diff libsip/req_supp.h @ 49:dec31b1a8b96

sip-in: check Require and Supported
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 22:57:16 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libsip/req_supp.h	Tue Sep 06 22:57:16 2022 -0800
@@ -0,0 +1,9 @@
+/*
+ * Data structure for parsing Require and Supported header fields
+ */
+
+struct supported_ext {
+	char	*name;
+	int	*req_flag;
+	int	*sup_flag;
+};