Extra utility function.

[originally from svn r6780]
This commit is contained in:
Simon Tatham
2006-08-05 16:35:25 +00:00
parent 6837cc46cd
commit f05c25347d
2 changed files with 9 additions and 0 deletions

View File

@ -280,6 +280,7 @@ void draw_rect_outline(drawing *dr, int x, int y, int w, int h,
*/
int dsf_canonify(int *dsf, int val);
void dsf_merge(int *dsf, int v1, int v2);
void dsf_init(int *dsf, int len);
/*
* version.c