aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-02-07 12:35:58 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:05 +0200
commitf48031c60b05113194ad6dc2163ce3895a6b8d80 (patch)
tree554b8c57603ce2b3acae7d9a6f59284962db42ca /common.h
parentd47b2018061910ac75ff287cff50c377db14037e (diff)
downloadltrace-f48031c60b05113194ad6dc2163ce3895a6b8d80.tar.gz
Create breakpoint.h with decls related to breakpoints
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index b84a5d1..621aa13 100644
--- a/common.h
+++ b/common.h
@@ -166,6 +166,8 @@ extern arg_type_info * lookup_prototype(enum arg_type at);
struct breakpoint;
struct library_symbol;
+struct breakpoint;
+
/* Arch-dependent stuff: */
extern char * pid2name(pid_t pid);
extern pid_t process_leader(pid_t pid);