1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

smb2: Do not use smb_options.

This commit is contained in:
Witold Filipczyk 2007-02-17 13:18:42 +01:00 committed by Kalle Olavi Niemitalo
parent 546a52597f
commit 5289a840d8

View File

@ -43,6 +43,7 @@
#include "util/string.h" #include "util/string.h"
/* These options are not used. */ /* These options are not used. */
#if 0
struct option_info smb_options[] = { struct option_info smb_options[] = {
INIT_OPT_TREE("protocol", N_("SMB"), INIT_OPT_TREE("protocol", N_("SMB"),
"smb", 0, "smb", 0,
@ -54,10 +55,11 @@ struct option_info smb_options[] = {
NULL_OPTION_INFO, NULL_OPTION_INFO,
}; };
#endif
struct module smb_protocol_module = struct_module( struct module smb_protocol_module = struct_module(
/* name: */ N_("SMB"), /* name: */ N_("SMB"),
/* options: */ smb_options, /* options: */ NULL,
/* hooks: */ NULL, /* hooks: */ NULL,
/* submodules: */ NULL, /* submodules: */ NULL,
/* data: */ NULL, /* data: */ NULL,