mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
356209d996
* smbfs.c: #define NO_CONFIG_H before including the samba includes; this way it will not re=define HAVE_LIBREADLINE. This situation sucks. Should we change the names of the widget.h history_*() functions? 1999-09-17 Federico Mena Quintero <federico@redhat.com> * gmain.c (x_init_dlg): Display a warning if the GtkTed code path is ever reached. (xtoolkit_create_dialog): Likewise. (x_add_widget): Likewise.
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
module GNOME {
|
|
interface MagicDev {
|
|
void reread_config();
|
|
boolean is_running();
|
|
};
|
|
};
|