vfs: check userland buffers before reading them.
[haiku.git] / src / apps / diskprobe / DiskProbe.h
bloba9ab0c8f916fdaf97bf467bae863d9df7e8822fb
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef DISK_PROBE_H
6 #define DISK_PROBE_H
9 #include <SupportDefs.h>
12 extern const char *kSignature;
14 static const uint32 kMsgOpenFilePanel = 'opFp';
15 static const uint32 kMsgOpenOpenWindow = 'opOw';
16 static const uint32 kMsgOpenWindowClosed = 'clOw';
17 static const uint32 kMsgWindowClosed = 'WiCl';
18 static const uint32 kMsgSettingsChanged = 'SeCh';
20 static const uint32 kMsgOpenFindWindow = 'OpFw';
21 static const uint32 kMsgFindWindowClosed = 'clFw';
22 static const uint32 kMsgFindTarget = 'FTgt';
23 static const uint32 kMsgFind = 'find';
25 #endif /* DISK_PROBE_H */