/* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Distributed under the terms of the OpenBeOS License. */ #ifndef DISK_PROBE_H #define DISK_PROBE_H #include extern const char *kSignature; static const uint32 kMsgOpenFilePanel = 'opFp'; static const uint32 kMsgOpenOpenWindow = 'opOw'; static const uint32 kMsgOpenWindowClosed = 'clOw'; static const uint32 kMsgWindowClosed = 'WiCl'; static const uint32 kMsgSettingsChanged = 'SeCh'; static const uint32 kMsgOpenFindWindow = 'OpFw'; static const uint32 kMsgFindWindowClosed = 'clFw'; static const uint32 kMsgFindTarget = 'FTgt'; static const uint32 kMsgFind = 'find'; #endif /* DISK_PROBE_H */