*** C:\Lars\Ethereal-Dev\ethereal-2004-01-26\gtk\gtk_stat_util.h	Thu Aug 21 19:48:04 2003
--- C:\Lars\Ethereal-Dev\ethereal-dev\gtk\gtk_stat_util.h	Mon Jan 26 15:46:01 2004
***************
*** 40,43 ****
--- 40,50 ----
  
  extern GtkCList *create_stat_table(GtkWidget *scrolled_window, GtkWidget *vbox, int columns, char *titles[]);
  
+ /*
+ * Compares two strings representing float values.
+ * Assume strings are in decimal, non-scientific notation
+ * and the dot '.' is the decimal separator.
+ */
+ extern int float_strcmp( const char *string1, const char *string2 );
+ 
  #endif
