2007-10-16 02:56:37 +04:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2007, Haiku, Inc.
|
|
|
|
* Distributed under the terms of the MIT license.
|
|
|
|
*/
|
2002-10-23 17:54:44 +04:00
|
|
|
#ifndef _TRACKER_ADDON_H
|
|
|
|
#define _TRACKER_ADDON_H
|
|
|
|
|
2007-10-16 02:56:37 +04:00
|
|
|
struct entry_ref;
|
|
|
|
class BMessage;
|
2002-10-23 17:54:44 +04:00
|
|
|
|
2007-10-16 02:56:37 +04:00
|
|
|
extern "C" void process_refs(entry_ref directory, BMessage* refs,
|
|
|
|
void* reserved);
|
2002-10-23 17:54:44 +04:00
|
|
|
|
2007-10-16 02:56:37 +04:00
|
|
|
#endif // _TRACKER_ADDON_H
|