#include <string.h>
#include <h/mh.h>
+#include "h/done.h"
#include <h/utils.h>
#include <h/oauth.h>
#include "sbr/lock_file.h"
mh_oauth_log_to(stderr, ctx);
}
- fn = mh_xstrdup(mh_oauth_cred_fn(svc));
+ fn = mh_oauth_cred_fn(svc);
if ((url = mh_oauth_get_authorize_url(ctx)) == NULL) {
adios(NULL, "%s", mh_oauth_get_err_string(ctx));