2025-04-27 07:49:33 -04:00

9 lines
208 B
C

#ifndef __MISCUTIL_H__
#define __MISCUTIL_H__
int miscParseGeometry( char *geometry, int *x, int *y, int *width, int *height );
char *miscGetGeometryHelpString( void );
#endif /* __MISCUTIL_H__ */