summaryrefslogtreecommitdiff
path: root/dbeditorpp/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbeditorpp/headers.h')
-rw-r--r--dbeditorpp/headers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h
index 8cd54c9..4cc08e6 100644
--- a/dbeditorpp/headers.h
+++ b/dbeditorpp/headers.h
@@ -163,6 +163,12 @@ struct WatchListArrayStruct{
int size;
};
extern WatchListArrayStruct WatchListArray;
+
+struct SettingsSortParams{
+ HWND hList;
+ int column;
+};
+
//=======================================================
// Variables
//=======================================================
@@ -263,4 +269,6 @@ void freeAllWatches();
INT_PTR CALLBACK WatchDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
void popupWatchedVar(HANDLE hContact,const char* module,const char* setting);
+INT_PTR CALLBACK SettingsCompare(LPARAM lParam1, LPARAM lParam2, LPARAM myParam);
+
#endif //_COMMONHEADERS_H \ No newline at end of file