828573bac7
* Removed Background.h - to be replaced by the one in be_apps (which has OT license) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22579 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
291 B
C++
15 lines
291 B
C++
/*
|
|
* Copyright (c) 2007, Haiku, Inc.
|
|
* Distributed under the terms of the MIT license.
|
|
*/
|
|
#ifndef _TRACKER_ADDON_H
|
|
#define _TRACKER_ADDON_H
|
|
|
|
struct entry_ref;
|
|
class BMessage;
|
|
|
|
extern "C" void process_refs(entry_ref directory, BMessage* refs,
|
|
void* reserved);
|
|
|
|
#endif // _TRACKER_ADDON_H
|