aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index d013a60..2705ad5 100644
--- a/fns.h
+++ b/fns.h
@@ -5,6 +5,7 @@
*/
void *emalloc(ulong);
void *erealloc(void*, ulong);
+char *estrdup(char*);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
/*
@@ -19,3 +20,4 @@ void fprintmap(int, Map*);
int countshipcells(Map*);
int shiplen(int);
char *shipname(int);
+char *statename(int);