9 lines
200 B
C
9 lines
200 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__ */
|