repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
headers
/
private
/
file_systems
/
mime_ext_table.h
blob
4b9b316ecde9b3755b9b62d2c4d41fe8bdfa6c43
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
*/
5
6
#ifndef MIME_TYPES_H
7
#define MIME_TYPES_H
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
14
extern
const char
*
kAttrMimeTypeName
;
15
16
extern
status_t
set_mime
(
const char
**
mime
,
const char
*
filename
);
17
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
24
#endif