summaryrefslogtreecommitdiff
path: root/libdwfl/libdwfl.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-01-10 20:44:29 +0000
committerRoland McGrath <roland@redhat.com>2007-01-10 20:44:29 +0000
commitba949b3fdaf4fa8631af0d999a44d71c0964b5ce (patch)
treedd47702bfde7ab1737735a31915b1524a9d04478 /libdwfl/libdwfl.h
parent7000880e78fd68f00accb80e11437b824884aea4 (diff)
downloadelfutils-ba949b3fdaf4fa8631af0d999a44d71c0964b5ce.tar.gz
2007-01-10 Roland McGrath <roland@redhat.com>
* dwfl-bug-addr-overflow.c: New file. * Makefile.am (TESTS): Add it. (dwfl_bug_addr_overflow_LDADD): New variable.
Diffstat (limited to 'libdwfl/libdwfl.h')
-rw-r--r--libdwfl/libdwfl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libdwfl/libdwfl.h b/libdwfl/libdwfl.h
index a7e8caee..9fe3dca0 100644
--- a/libdwfl/libdwfl.h
+++ b/libdwfl/libdwfl.h
@@ -1,5 +1,5 @@
/* Interfaces for libdwfl.
- Copyright (C) 2005, 2006 Red Hat, Inc.
+ Copyright (C) 2005, 2006, 2007 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -94,7 +94,9 @@ extern "C" {
#endif
/* Start a new session with the library. */
-extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks);
+extern Dwfl *dwfl_begin (const Dwfl_Callbacks *callbacks)
+ __nonnull_attribute__ (1);
+
/* End a session. */
extern void dwfl_end (Dwfl *);