summaryrefslogtreecommitdiff
path: root/elfutils/libdw/dwarf_formref.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libdw/dwarf_formref.c')
-rw-r--r--elfutils/libdw/dwarf_formref.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elfutils/libdw/dwarf_formref.c b/elfutils/libdw/dwarf_formref.c
index d6b1f0f6..aca74308 100644
--- a/elfutils/libdw/dwarf_formref.c
+++ b/elfutils/libdw/dwarf_formref.c
@@ -1,5 +1,5 @@
/* Return reference offset represented by attribute.
- Copyright (C) 2003 Red Hat, Inc.
+ Copyright (C) 2003, 2005 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 2003.
This program is Open Source software; you can redistribute it and/or
@@ -66,3 +66,4 @@ dwarf_formref (attr, return_offset)
return 0;
}
+INTDEF(dwarf_formref)