*/
#include "h/mh.h"
+#include "sbr/getarguments.h"
+#include "sbr/smatch.h"
+#include "sbr/client.h"
#include "sbr/getcpy.h"
#include "sbr/brkstring.h"
#include "sbr/ambigsw.h"
snoop = true;
continue;
case NOSNOOPSW:
- snoop = false;
+ snoop = false;
continue;
case SASLSW:
sasl = true;
die("missing argument to %s", argp[-2]);
continue;
case AUTHSERVICESW:
- if (!(oauth_svc = *argp++) || *oauth_svc == '-')
+ if (!(oauth_svc = *argp++) || *oauth_svc == '-')
die("missing argument to %s", argp[-2]);
continue;
case TLSSW:
*outdata = NULL;
*outdatalen = 0;
} else {
- rc = decodeBase64(line + 2, outdata, &len, 0, NULL);
+ rc = decodeBase64(line + 2, outdata, &len, 0);
*outdatalen = len;
if (rc != OK) {
netsec_err(errstr, "Unable to decode base64 response");
vsnprintf(cmd->prefix, sizeof(cmd->prefix), fmt, ap);
va_end(ap);
- p = strchr(cmd->prefix, ' ');
+ p = strchr(cmd->prefix, ' ');
if (p)
*p = '\0';