Commit f835a106 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Remove MimeMap export

Headers now come from the component itself.

Version 0.09. Tagged as 'Export-0_09'
parent 26300764
/* Copyright 2012 Castle Technology Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Created by Hdr2H. Do not edit.*/
#ifndef EXPORT_APCS_32_C_INTERFACE_MIMEMAP_H
#define EXPORT_APCS_32_C_INTERFACE_MIMEMAP_H
#pragma force_top_level
#pragma include_only_once
#define MMM_TYPE_RISCOS (0)
#define MMM_TYPE_RISCOS_STRING (1)
#define MMM_TYPE_MIME (2)
#define MMM_TYPE_DOT_EXTN (3)
#define MMM_TYPE_DOT_EXTNS (4)
#endif
#ifndef MimeMap_Translate
#define MimeMap_Translate 0x050b00
#endif
; Copyright 2012 Castle Technology Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
SUBT MimeMap module API
OldOpt SETA {OPT}
OPT OptNoList+OptNoP1List
SWIClass SETS MimeMapperSWI_Name
^ MimeMapperSWI_Base
AddSWI Translate
; Lookups known
MMM_TYPE_RISCOS * 0 ; RISC OS file type passed as an int
MMM_TYPE_RISCOS_STRING * 1 ; RISC OS file type passed as a char*
MMM_TYPE_MIME * 2 ; MIME content type passed as a char*
MMM_TYPE_DOT_EXTN * 3 ; File extention as a char*
MMM_TYPE_DOT_EXTNS * 4 ; File extentions as a char** (output only)
OPT OldOpt
END
/* (0.08)
/* (0.09)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.08
#define Module_MajorVersion_CMHG 0.09
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Aug 2013
#define Module_Date_CMHG 22 May 2014
#define Module_MajorVersion "0.08"
#define Module_Version 8
#define Module_MajorVersion "0.09"
#define Module_Version 9
#define Module_MinorVersion ""
#define Module_Date "11 Aug 2013"
#define Module_Date "22 May 2014"
#define Module_ApplicationDate "11-Aug-13"
#define Module_ApplicationDate "22-May-14"
#define Module_ComponentName "Export"
#define Module_ComponentPath "castle/RiscOS/Export"
#define Module_FullVersion "0.08"
#define Module_HelpVersion "0.08 (11 Aug 2013)"
#define Module_LibraryVersionInfo "0:8"
#define Module_FullVersion "0.09"
#define Module_HelpVersion "0.09 (22 May 2014)"
#define Module_LibraryVersionInfo "0:9"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment