X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=forward.h;h=58d8f0544e47eea4d61fff66423d5657a033c7af;hb=9591aa33a3fe92819a637d5d3dcca30b302b5eb6;hp=85a063089b69df68ff35f985a1dcfd6e65354863;hpb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;p=platform%2Fupstream%2Fltrace.git diff --git a/forward.h b/forward.h index 85a0630..58d8f05 100644 --- a/forward.h +++ b/forward.h @@ -1,6 +1,6 @@ /* * This file is part of ltrace. - * Copyright (C) 2012 Petr Machata, Red Hat Inc. + * Copyright (C) 2012,2013 Petr Machata, Red Hat Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,15 +21,20 @@ /* Important types defined in other header files are declared here. */ struct Event; -struct Process; struct arg_type_info; struct breakpoint; +struct dict; struct expr_node; +struct filter; struct library; struct library_symbol; struct ltelf; struct param; struct param_enum; +struct process; +struct protolib; +struct prototype; +struct timedelta; struct value; struct value_dict; -struct filter; +struct vect;