You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/sbc/arg_conversion.h

10 lines
176 B

#ifndef __ARG_CONVERSION
#define __ARG_CONVERSION
#include "AmArg.h"
std::string arg2username(const AmArg &a);
bool username2arg(const std::string &src, AmArg &dst);
#endif