summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index 39fda2a..e71547b 100644
--- a/all.h
+++ b/all.h
@@ -511,7 +511,7 @@ void err(char *, ...) __attribute__((noreturn));
 void elimsb(Fn *);
 
 /* cfg.c */
-Blk *blknew(void);
+Blk *newblk(void);
 void edgedel(Blk *, Blk **);
 void fillpreds(Fn *);
 void fillrpo(Fn *);