database.h.in: dbcUnconnectFunc() add public prototype
This commit is contained in:
parent
fa1f1583df
commit
ef123be806
|
|
@ -731,6 +731,8 @@ donesides:
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/** @typedef cb_database_srpaintnmarea_t */
|
||||
/** @typedef cb_database_srpaintarea_t */
|
||||
int
|
||||
dbcUnconnectFunc(tile, clientData)
|
||||
Tile *tile; /* Current tile */
|
||||
|
|
|
|||
|
|
@ -955,6 +955,7 @@ extern int DBArraySr();
|
|||
extern bool DBNearestLabel();
|
||||
extern int DBSrLabelLoc();
|
||||
extern TileType DBTransformDiagonal();
|
||||
extern int dbcUnconnectFunc(Tile *tile, ClientData clientData); /* (notused) */
|
||||
|
||||
/* C99 compat */
|
||||
extern void DBEraseValid();
|
||||
|
|
|
|||
Loading…
Reference in New Issue