]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/Gtk_LdapTree.h
Add AC_CANONICAL_SYSTEM to generate $target
[openldap] / contrib / gtk-tool / Gtk_LdapTree.h
1 #ifndef GTK_LDAP_TREE_H
2 #define GTK_LDAP_TREE_H
3 #include <gtk--/tree.h>
4 #include "utils.h"
5 #include <Gtk_LdapTreeItem.h>
6
7 class Gtk_LdapTree : public Gtk_Tree {
8         void show_impl();
9 };
10 #endif