#define ND_DOM_NETDUDE void nd_prefs_init (void); const char* nd_prefs_get_plugin_dir_global (void); const char* nd_prefs_get_plugin_dir_user (void); const char* nd_prefs_get_proto_dir_global (void); const char* nd_prefs_get_proto_dir_user (void); void nd_prefs_add_domain_gui (LND_PrefsDomain *domain, GtkWidget *container, GtkWidget *gui); ND_PrefsDomain* nd_prefs_get_domain (LND_PrefsDomain *domain); void nd_prefs_dialog_show (void); void nd_prefs_dialog_ok (void); void nd_prefs_dialog_apply (void); void nd_prefs_dialog_cancel (void); void nd_prefs_fontsel_show (void); void nd_prefs_dialog_sync (void); void nd_prefs_select_tcpdump (void); |
const char* nd_prefs_get_plugin_dir_global (void); |
The function returns a pointer to static memory containing the name of the system-wide feature plugin directory.
global plugin directory.
const char* nd_prefs_get_plugin_dir_user (void); |
The function returns a pointer to static memory containing the name of the user's feature plugin directory.
user's plugin directory.
const char* nd_prefs_get_proto_dir_global (void); |
The function returns a pointer to static memory containing the name of the system-wide protocol plugin directory.
global protocol plugin directory.
const char* nd_prefs_get_proto_dir_user (void); |
The function returns a pointer to static memory containing the name of the user's protocol plugin directory.
user's plugin directory.
void nd_prefs_add_domain_gui (LND_PrefsDomain *domain, GtkWidget *container, GtkWidget *gui); |
ND_PrefsDomain* nd_prefs_get_domain (LND_PrefsDomain *domain); |