export.h
Go to the documentation of this file.00001 /*######################################################################## 00002 00003 The contents of this file are subject to the Mozilla Public License 00004 Version 1.0(the "License"); You may NOT use this file except in 00005 compliance with the License. You may obtain a copy of the License at 00006 http:// www.mozilla.org/MPL/ 00007 Software distributed under the License is distributed on an "AS IS" 00008 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00009 the License for the specific language governing rights and limitations 00010 under the License. 00011 00012 The Initial Developer of the Original Code is Shivang Patel. 00013 00014 Copyright(C) 2002-2003. All Rights Reserved. 00015 00016 Authors: Jaap de Haan(jdh) 00017 00018 ########################################################################*/ 00019 00020 #if !defined FVS__EXPORT_HEADER__INCLUDED__ 00021 #define FVS__EXPORT_HEADER__INCLUDED__ 00022 00023 #include "file.h" 00024 #include "image.h" 00025 00033 FvsError_t FvsImageExport(const FvsImage_t image, const FvsFile_t filename); 00034 00035 00036 #endif /* FVS__EXPORT_HEADER__INCLUDED__ */ 00037