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
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
os
/
add-ons
/
tracker
/
TrackerAddOn.h
blob
f8e18650a0112781685046fb86482d173e835d96
1
/*
2
* Copyright (c) 2007, Haiku, Inc.
3
* Distributed under the terms of the MIT license.
4
*/
5
#ifndef _TRACKER_ADDON_H
6
#define _TRACKER_ADDON_H
7
8
struct
entry_ref
;
9
class
BMessage
;
10
11
extern
"C"
void
process_refs
(
entry_ref directory
,
BMessage
*
refs
,
12
void
*
reserved
);
13
14
#endif
// _TRACKER_ADDON_H