RTimothyEdwards / XCircuit

XCircuit circuit drawing and schematic capture tool
GNU General Public License v2.0
97 stars 25 forks source link

Declare UDrawXAt in prototypes.h #18

Open fweimer-rh opened 1 year ago

fweimer-rh commented 1 year ago

This avoids an implicit function declaration in functions.c for HAVE_CAIRO. Future compilers will not accept such implicit function declarations by default, leading to a build failure.

Related to: