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

« back to all changes in this revision

Viewing changes to src/hooks.c

  • Committer: Michael Vogt
  • Date: 2009-03-02 14:51:55 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090302145155-vaik8ou13vt2fnob
* src/update-notifier.c:
  - add --debug-autolaunch switch

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
 
28
28
// Debuging 
29
 
int HOOK_DEBUG;
 
29
extern int HOOK_DEBUG;
30
30
 
31
31
// the size of the md5 hash digest for the duplicated note detection
32
32
static const int DIGEST_SIZE=16;