return 0;
}
+#if 0
/*
* Simple xlat to read text data from a URL
*/
return 0; /* FIXME XLAT YIELD */
}
-#if 0
static ssize_t rest_xlat_resume(UNUSED TALLOC_CTX *ctx, char **out, UNUSED size_t outlen,
void const *mod_inst, UNUSED void const *xlat_inst,
REQUEST *request, UNUSED char const *fmt)
inst->xlat_name = cf_section_name2(conf);
if (!inst->xlat_name) inst->xlat_name = cf_section_name1(conf);
+#if 0
/*
* Register the rest xlat function
*/
xlat_register(inst, inst->xlat_name, rest_xlat, rest_uri_escape, NULL, 0, 0);
+#endif
return 0;
}