From 1306e0e65113be1094e85339b2ba89423e7f80ff Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 4 Dec 2013 23:10:22 +0100 Subject: [PATCH] committed generated file --- lib/BasicsC/voc-mimetypes.h | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/lib/BasicsC/voc-mimetypes.h b/lib/BasicsC/voc-mimetypes.h index 10f9fb2f56..e69de29bb2 100644 --- a/lib/BasicsC/voc-mimetypes.h +++ b/lib/BasicsC/voc-mimetypes.h @@ -1,29 +0,0 @@ - -#ifndef TRIAGENS_BASICS_C_VOC_MIMETYPES_H -#define TRIAGENS_BASICS_C_VOC_MIMETYPES_H 1 - -#ifdef __cplusplus -extern "C" { -#endif - -//////////////////////////////////////////////////////////////////////////////// -/// @addtogroup Mimetypes -/// @{ -//////////////////////////////////////////////////////////////////////////////// - -//////////////////////////////////////////////////////////////////////////////// -/// @brief initialise mimetypes -//////////////////////////////////////////////////////////////////////////////// - -void TRI_InitialiseEntriesMimetypes (void); - -//////////////////////////////////////////////////////////////////////////////// -/// @} -//////////////////////////////////////////////////////////////////////////////// - -#ifdef __cplusplus -} -#endif - -#endif -