blob: 58d8f0544e47eea4d61fff66423d5657a033c7af [file] [log] [blame]
Petr Machatae99af272012-10-26 00:29:52 +02001/*
2 * This file is part of ltrace.
Petr Machata71025322013-10-23 00:33:20 +02003 * Copyright (C) 2012,2013 Petr Machata, Red Hat Inc.
Petr Machatae99af272012-10-26 00:29:52 +02004 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of the
8 * License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
18 * 02110-1301 USA
19 */
20
Petr Machata94078ec2012-01-05 18:07:02 +010021/* Important types defined in other header files are declared
22 here. */
Petr Machatacd972582012-01-07 03:02:07 +010023struct Event;
Petr Machata94078ec2012-01-05 18:07:02 +010024struct arg_type_info;
Petr Machataba1664b2012-04-28 14:59:05 +020025struct breakpoint;
Petr Machata71025322013-10-23 00:33:20 +020026struct dict;
Petr Machatacd972582012-01-07 03:02:07 +010027struct expr_node;
Petr Machata71025322013-10-23 00:33:20 +020028struct filter;
Petr Machataba1664b2012-04-28 14:59:05 +020029struct library;
Petr Machatacd972582012-01-07 03:02:07 +010030struct library_symbol;
31struct ltelf;
32struct param;
33struct param_enum;
Petr Machata71025322013-10-23 00:33:20 +020034struct process;
Petr Machatae6c00ae2012-11-23 22:30:06 +010035struct protolib;
36struct prototype;
Petr Machata8a730f32013-11-21 20:43:51 +010037struct timedelta;
Petr Machata94078ec2012-01-05 18:07:02 +010038struct value;
39struct value_dict;
Petr Machata71025322013-10-23 00:33:20 +020040struct vect;