summaryrefslogtreecommitdiffstats
path: root/src/vmtbl.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-03-15 11:53:42 -0300
committermongo <andmarti@gmail.com>2017-03-15 11:53:42 -0300
commitc2c258889f95ddae8e4b5cfedd07878031857bf1 (patch)
treeecff666178c40721bc3f9c9feaedbe1dc65615d7 /src/vmtbl.h
parent814ba1072df3d7b73d10d4c71ac2d3835878aa1c (diff)
moved ATBL to vmtbl.c
Diffstat (limited to 'src/vmtbl.h')
-rw-r--r--src/vmtbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vmtbl.h b/src/vmtbl.h
index b7b810c..3b9ef07 100644
--- a/src/vmtbl.h
+++ b/src/vmtbl.h
@@ -1,2 +1,3 @@
void checkbounds(int * rowp, int * colp);
int growtbl(int rowcol, int toprow, int topcol);
+struct ent ** ATBL(struct ent ***tbl, int row, int col);