~ubuntu-branches/ubuntu/hardy/gnomad2/hardy

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2005-08-19 16:09:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050819160928-l2glu227nh0algdc
Tags: 2.8.0-2
Add a versioned dependency for libnjb-dev (>> 2.2). Closes: #324036.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
gboolean is_a_number(gchar *string);
32
32
void add_empty_hbox (GtkWidget *tobox);
33
33
void create_error_dialog(gchar *errorstring);
 
34
gboolean request_confirmation_dialog(gchar *confirmstring);
34
35
void hexdump(unsigned char *data, guint len);
35
36
 
36
37
#endif