summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index 43cdd62..8dd4276 100644
--- a/all.h
+++ b/all.h
@@ -518,6 +518,7 @@ void memopt(Fn *);
 
 /* alias.c */
 void fillalias(Fn *);
+void getalias(Alias *, Ref, Fn *);
 int alias(Ref, int, Ref, int, int *, Fn *);
 int escapes(Ref, Fn *);