RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git] / src / bin / debug / strace / strace.h
blobec559ce4b14a7b0cced9744129b8174bac432666
1 /*
2 * Copyright 2007, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Hugo Santos <hugosantos@gmail.com>
7 * Ingo Weinhold <bonefish@cs.tu-berlin.de>
8 */
9 #ifndef STRACE_H
10 #define STRACE_H
12 class Syscall;
14 Syscall *get_syscall(const char *name);
16 #endif // STRACE_H