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

« back to all changes in this revision

Viewing changes to src/hooks.h

  • 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:
2
2
#define _HOOKS_H_
3
3
 
4
4
 
5
 
// evil HACK
6
 
extern int HOOK_DEBUG;
7
5
 
8
6
gboolean check_update_hooks(TrayApplet *un);
9
7
void hook_tray_icon_init(TrayApplet *un);