aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldmisc.h')
-rw-r--r--ld/ldmisc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldmisc.h b/ld/ldmisc.h
index 2028912..ff73d79 100644
--- a/ld/ldmisc.h
+++ b/ld/ldmisc.h
@@ -39,5 +39,6 @@ do { info_assert(__FILE__,__LINE__); } while (0)
extern void print_spaces (int);
#define print_space() print_spaces (1)
extern void print_nl (void);
+extern void percent_decode (const char *, char *);
#endif