View | Details | Raw Unified | Return to bug 466
Collapse All | Expand All

(-)sftp-int.c.dist (-1 / +1 lines)
Lines 79-85 Link Here
79
	const int n;
79
	const int n;
80
};
80
};
81
81
82
const struct CMD cmds[] = {
82
static const struct CMD cmds[] = {
83
	{ "bye",	I_QUIT },
83
	{ "bye",	I_QUIT },
84
	{ "cd",		I_CHDIR },
84
	{ "cd",		I_CHDIR },
85
	{ "chdir",	I_CHDIR },
85
	{ "chdir",	I_CHDIR },

Return to bug 466