source: tags/arb-7.0.2/NTREE/NT_group_search.h

Last change on this file was 15966, checked in by westram, 7 years ago
File size: 928 bytes
Line 
1// ============================================================= //
2//                                                               //
3//   File      : NT_group_search.h                               //
4//   Purpose   : interface for group search GUI                  //
5//                                                               //
6//   Coded by Ralf Westram (coder@reallysoft.de) in April 2017   //
7//   http://www.arb-home.de/                                     //
8//                                                               //
9// ============================================================= //
10
11#ifndef NT_GROUP_SEARCH_H
12#define NT_GROUP_SEARCH_H
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17
18void create_group_search_awars(AW_root *aw_root, AW_default db);
19void popup_group_search_window(AW_window *aw_parent, GBDATA *gb_main);
20
21#else
22#error NT_group_search.h included twice
23#endif // NT_GROUP_SEARCH_H
Note: See TracBrowser for help on using the repository browser.