vfs: check userland buffers before reading them.
[haiku.git] / headers / private / file_systems / mime_ext_table.h
blob4b9b316ecde9b3755b9b62d2c4d41fe8bdfa6c43
1 /*
2 Copyright 1999-2001, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
4 */
6 #ifndef MIME_TYPES_H
7 #define MIME_TYPES_H
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
14 extern const char* kAttrMimeTypeName;
16 extern status_t set_mime(const char** mime, const char* filename);
19 #ifdef __cplusplus
21 #endif
24 #endif