2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* ftpd/ftpd.c: Make split_command static.
This commit is contained in:
Ralf Corsepius
2011-12-08 05:36:27 +00:00
parent 8709c3e4b3
commit 438a893051
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Make split_command static.
* libnetworking/rtems/rtems_dhcp.c: * libnetworking/rtems/rtems_dhcp.c:
Make format_ip, dhcp_init static. Make format_ip, dhcp_init static.
* libnetworking/nfs/bootp_subr.c: * libnetworking/nfs/bootp_subr.c:

View File

@@ -1616,7 +1616,7 @@ skip_options(char **p)
* opts - string containing all the options * opts - string containing all the options
* args - string containing all the arguments * args - string containing all the arguments
*/ */
void static void
split_command(char *buf, char **cmd, char **opts, char **args) split_command(char *buf, char **cmd, char **opts, char **args)
{ {
char* eoc; char* eoc;