aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 19:45:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 19:45:53 +0000
commitbdc23a2b7192c8a54bf4c9fa8db1b0a3316f4ee2 (patch)
tree3222e08dee1012cea916b7dd7d6bcfe0e22fc0fb /ui_util.h
parent74ca5f9b6c10c500d121d5d6a7dec3225e4bdbe5 (diff)
Explain in more detail what this file is for.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15481 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index f8eba48b1a..c233b6f3a2 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,5 +1,7 @@
/* ui_util.h
- * Definitions for UI utility routines
+ * Declarations of UI utility routines; these routines have GUI-independent
+ * APIs, but GUI-dependent implementations, so that they can be called by
+ * GUI-independent code to affect the GUI.
*
* $Id$
*