]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
set eol-style
[wxWidgets.git] / include / wx / utils.h
index 77bfe8550c286147b7208317eff5b10be26950e0..e68243b82dfcb2d3f3f027e016bc73bce71276ef 100644 (file)
@@ -531,6 +531,18 @@ WXDLLIMPEXP_BASE bool wxGetDiskSpace(const wxString& path,
                                      wxDiskspaceSize_t *pTotal = NULL,
                                      wxDiskspaceSize_t *pFree = NULL);
 
+
+
+extern "C"
+{
+typedef int (wxCMPFUNC_CONV *CMPFUNCDATA)(const void* pItem1, const void* pItem2, const void* user_data);
+}
+
+
+WXDLLIMPEXP_BASE void wxQsort(void *const pbase, size_t total_elems,
+                                          size_t size, CMPFUNCDATA cmp, const void* user_data);
+
+
 #if wxUSE_GUI // GUI only things from now on
 
 // ----------------------------------------------------------------------------