diff options
author | Guido Günther <agx@sigxcpu.org> | 2008-10-18 18:17:23 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-10-18 18:17:23 +0200 |
commit | f1bf81e507d3319a6b31f4f679165fb72d58086a (patch) | |
tree | 8f6ac6188a950d210f8c3e8fedbf29bc343aa4d5 /src/krb5-auth-notify.h | |
parent | document changes and release 0.7.hit7cc1d84-1 (diff) | |
parent | Imported Upstream version 0.7.jit26357da (diff) | |
download | krb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.tar.gz krb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.tar.bz2 krb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.zip |
Merge commit 'upstream/0.7.jit26357da'
Diffstat (limited to 'src/krb5-auth-notify.h')
-rw-r--r-- | src/krb5-auth-notify.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/krb5-auth-notify.h b/src/krb5-auth-notify.h index 7d27b8a..9c0ce55 100644 --- a/src/krb5-auth-notify.h +++ b/src/krb5-auth-notify.h @@ -21,12 +21,8 @@ #ifndef KRB5_AUTH_NOTIFY_H #define KRB5_AUTH_NOTIFY_H -#include <libnotify/notify.h> - void ka_send_event_notification (Krb5AuthApplet *applet, - NotifyUrgency urgency, const char *summary, const char *message, const char *icon); #endif - |