1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-24 19:25:47 +01:00

Added some typedef'ed functions for readability.

This commit is contained in:
dan
2000-09-25 01:42:06 +00:00
parent 3b9b020c5c
commit 23ac6cc088
3 changed files with 6 additions and 4 deletions

View File

@@ -658,7 +658,7 @@ WMReplaceInBag(WMBag *self, int index, void *item)
int
WMSortBag(WMBag *self, int (*comparer)(const void*, const void*))
WMSortBag(WMBag *self, WMCompareDataProc *comparer)
{
void **items;
W_Node *tmp;