ext2spice.h: move function prototype after arg type decls

This commit is contained in:
Darryl L. Miles 2025-07-18 13:48:07 +01:00 committed by R. Timothy Edwards
parent 2d889b3e9d
commit f77c4cbaa1
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@ extern void swapDrainSource(Dev *dev);
extern char *nodeSpiceHierName(HierContext *hc, HierName *hname);
extern devMerge *mkDevMerge(float l, float w, EFNode *g, EFNode *s, EFNode *d, EFNode *b, HierName *hn, Dev *dev);
extern bool extHierSDAttr(DevTerm *term);
extern int esFreeNodeClient(nodeClient *client);
extern bool devIsKilled(int n);
extern float getCurDevMult(void);
@ -195,4 +194,6 @@ typedef struct {
#define atoCap(s) ((EFCapValue)atof(s))
#endif
extern int esFreeNodeClient(nodeClient *client);
#endif /* _EXTTOSPICE_H */