forked from Imagelibrary/rtems
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Make split_command static.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ftpd/ftpd.c: Make split_command static.
|
||||
* libnetworking/rtems/rtems_dhcp.c:
|
||||
Make format_ip, dhcp_init static.
|
||||
* libnetworking/nfs/bootp_subr.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;
|
||||
|
||||
Reference in New Issue
Block a user