~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/hooks.h

  • Committer: seb128
  • Date: 2009-06-26 16:07:39 UTC
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: seb128@seb128-laptop-20090626160739-hs300xxw3o75mz4s
clean libglade use

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
{
14
14
   char *filename;
15
15
   time_t mtime;
16
 
   guint8 md5[16];
 
16
   gchar md5[16];
17
17
   gboolean cmd_run;
18
18
   gboolean seen;
19
19
};