From 438a89305199eed340aee370ff0ef3a37cbe2fde Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Dec 2011 05:36:27 +0000 Subject: =?UTF-8?q?2011-12-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ftpd/ftpd.c: Make split_command static. --- cpukit/ftpd/ftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/ftpd/ftpd.c') diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c index feaf760884..bcb55f3622 100644 --- a/cpukit/ftpd/ftpd.c +++ b/cpukit/ftpd/ftpd.c @@ -1616,7 +1616,7 @@ skip_options(char **p) * opts - string containing all the options * args - string containing all the arguments */ -void +static void split_command(char *buf, char **cmd, char **opts, char **args) { char* eoc; -- cgit v1.2.3