@@ -220,7 +220,7 @@ static inline int parse_digest_param(str* _s, dig_cred_t* _c)
/*
* Parse qop parameter body
*/
-static inline void parse_qop(struct qp* _q)
+void parse_qop(struct qp* _q)
{
str s;
@@ -129,4 +129,9 @@ void init_dig_cred(dig_cred_t* _c);
int parse_digest_cred(str* _s, dig_cred_t* _c);
+/*
+ * Parse qop string
+ */
+void parse_qop(struct qp* _q);
+
#endif /* DIGEST_PARSER_H */