1 /****************************************************************************** 2 / 3 / File: TrackerAddOn.h 4 / 5 / Description: Protocol for the process_refs() hook function. 6 / 7 / Copyright 1995-98, Be Incorporated, All Rights Reserved. 8 / 9 *******************************************************************************/ 10 11 #ifndef _TRACKER_ADDON_H 12 #define _TRACKER_ADDON_H 13 14 #include <BeBuild.h> 15 16 struct entry_ref; 17 class BMessage; 18 19 /*-------------------------------------------------------------*/ 20 /*------- This is why you're here: ----------------------------*/ 21 extern "C" _EXPORT void process_refs(entry_ref dir_ref, BMessage* msg, void*); 22 23 24 /*-------------------------------------------------------------*/ 25 /*-------------------------------------------------------------*/ 26 27 #endif /* _TRACKER_ADDON_H */ 28