23 #ifndef SCRAM_PARSER_H
24 # define SCRAM_PARSER_H
int scram_parse_server_first(const char *str, size_t len, struct scram_server_first *cf)
int scram_parse_client_final(const char *str, size_t len, struct scram_client_final *cl)
int scram_parse_client_first(const char *str, size_t len, struct scram_client_first *cf)
int scram_parse_server_final(const char *str, size_t len, struct scram_server_final *sl)