2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
10 lines
167 B
C
10 lines
167 B
C
|
|
#ifndef _EM_SUBSCRIBE_EDITOR_H
|
|
#define _EM_SUBSCRIBE_EDITOR_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
GtkDialog *em_subscribe_editor_new(void);
|
|
|
|
#endif /* ! _EM_SUBSCRIBE_EDITOR_H */
|