chromium/ppapi/c/dev/ppb_printing_dev.h

/* Copyright 2012 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* From dev/ppb_printing_dev.idl modified Fri Apr 19 10:45:09 2013. */

#ifndef PPAPI_C_DEV_PPB_PRINTING_DEV_H_
#define PPAPI_C_DEV_PPB_PRINTING_DEV_H_

#include "ppapi/c/dev/pp_print_settings_dev.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"

#define PPB_PRINTING_DEV_INTERFACE_0_7
#define PPB_PRINTING_DEV_INTERFACE

/**
 * @file
 * Definition of the PPB_Printing interface.
 */


/**
 * @addtogroup Interfaces
 * @{
 */
struct PPB_Printing_Dev_0_7 {};

PPB_Printing_Dev;
/**
 * @}
 */

#endif  /* PPAPI_C_DEV_PPB_PRINTING_DEV_H_ */