/* Copyright (c) 2011 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef PPAPI_C_DEV_PPB_FILE_REF_DEV_H_ #define PPAPI_C_DEV_PPB_FILE_REF_DEV_H_ #include "ppapi/c/ppb_file_ref.h" #define PPB_FILEREF_DEV_INTERFACE_0_8 "PPB_FileRef(Dev);0.8" #define PPB_FILEREF_DEV_INTERFACE PPB_FILEREF_DEV_INTERFACE_0_8 typedef struct PPB_FileRef PPB_FileRef_Dev; #endif /* PPAPI_C_DEV_PPB_FILE_REF_DEV_H_ */