mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
11 lines
190 B
C
11 lines
190 B
C
|
#ifndef GTK_LDAP_TREE_H
|
||
|
#define GTK_LDAP_TREE_H
|
||
|
#include <gtk--/tree.h>
|
||
|
#include "utils.h"
|
||
|
#include <Gtk_LdapTreeItem.h>
|
||
|
|
||
|
class Gtk_LdapTree : public Gtk_Tree {
|
||
|
void show_impl();
|
||
|
};
|
||
|
#endif
|