struct tarpc_rename_in

struct tarpc_rename_in {
    // fields

    struct tarpc_in_arg common;
    char path_old;
    char path_new;
};