Annotation of qemu/qapi/qapi-visit-impl.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Core Definitions for QAPI Visitor implementations
                      3:  *
                      4:  * Copyright (C) 2012 Red Hat, Inc.
                      5:  *
                      6:  * Author: Paolo Bonizni <[email protected]>
                      7:  *
                      8:  * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
                      9:  * See the COPYING.LIB file in the top-level directory.
                     10:  *
                     11:  */
                     12: #ifndef QAPI_VISITOR_IMPL_H
                     13: #define QAPI_VISITOR_IMPL_H
                     14: 
                     15: #include "qapi/qapi-types-core.h"
                     16: #include "qapi/qapi-visit-core.h"
                     17: 
                     18: void input_type_enum(Visitor *v, int *obj, const char *strings[],
                     19:                      const char *kind, const char *name, Error **errp);
                     20: void output_type_enum(Visitor *v, int *obj, const char *strings[],
                     21:                       const char *kind, const char *name, Error **errp);
                     22: 
                     23: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.