mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +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
|