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

« back to all changes in this revision

Viewing changes to src/hooks.c

  • Committer: Michael Vogt
  • Date: 2011-10-05 19:09:13 UTC
  • Revision ID: michael.vogt@ubuntu.com-20111005190913-hyym71a54ua4y7i0
* add #include "trayappletui.h" to ensure the prototypes are
  correct (fixes FTBFS)
* fix -Wall warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "hooks.h"
19
19
#include "rfc822.h"
20
20
#include "assert.h"
21
 
 
 
21
#include "trayappletui.h"
22
22
 
23
23
/* relative to the home dir */
24
24
#define HOOKS_SEEN_DEPRECATED ".update-notifier/hooks_seen"