s4:lib/tevent: rename structs
[sfrench/samba-autobuild/.git] / source4 / lib / registry / tools / regpatch.c
index 03d29a598b3a1488b2a85126a86d4e075129f95b..3f550e517e83f2851da5992663c4cbdf9f07aec6 100644 (file)
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
        struct registry_context *h;
        const char *file = NULL;
        const char *remote = NULL;
-       struct event_context *ev_ctx;
+       struct tevent_context *ev_ctx;
        struct poptOption long_options[] = {
                POPT_AUTOHELP
                {"remote", 'R', POPT_ARG_STRING, &remote, 0, "connect to specified remote server", NULL},