dtappbuilder: fix implicit-function-declaration warnings

With the exception of the yy* issues.  Can resolve those at a later
time.
This commit is contained in:
Jon Trulson
2021-11-16 15:21:36 -07:00
parent 0ee97b3645
commit fd53532bcf
5 changed files with 14 additions and 0 deletions

View File

@@ -66,6 +66,10 @@
#define SELECT_OBJ_KEY "__selected__"
// obj_fields.c
int obj_get_textpane_width(ABObj obj);
int obj_get_textpane_height(ABObj obj);
/*************************************************************************
** **