mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
14 lines
228 B
C
14 lines
228 B
C
|
|
#ifndef GTK_LDAPITEM_H
|
||
|
|
#define GTK_LDAPITEM_H
|
||
|
|
#include "cpluscommon.h"
|
||
|
|
#include "gtk.h"
|
||
|
|
#include <Gtk_LdapTreeItem.h>
|
||
|
|
class Gtk_LdapTreeItem;
|
||
|
|
|
||
|
|
class Gtk_LdapItem {
|
||
|
|
public:
|
||
|
|
Gtk_Tree *tree;
|
||
|
|
Gtk_LdapTreeItem *treeitem;
|
||
|
|
};
|
||
|
|
#endif
|