aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-06-23 19:18:33 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-06-28 13:13:57 +1000
commit2f5f2529958894bcdf2db13a69d3b00765cf0278 (patch)
tree3f480ad9782341aab29c0eaaf961d44fe4aaa44e /lib
parentdb35f1b8a2d3e44f4a12ca926359cc2575e98064 (diff)
downloadSLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.zip
SLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.tar.gz
SLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.tar.bz2
libnet: Remove remainders of netsave code
The code does not exist in the repository, so it does not make sense to keep the prototypes and the Forth wrapper around. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib')
-rw-r--r--lib/libnet/netapps.h1
-rw-r--r--lib/libnet/tftp.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/libnet/netapps.h b/lib/libnet/netapps.h
index 91c1ebd..2fea4a7 100644
--- a/lib/libnet/netapps.h
+++ b/lib/libnet/netapps.h
@@ -20,7 +20,6 @@ struct filename_ip;
extern int netload(char *buffer, int len, char *ret_buffer, int huge_load,
int block_size, char *args_fs, int alen);
-extern int netsave(int argc, char *argv[]);
extern int ping(char *args_fs, int alen);
extern int dhcp(char *ret_buffer, struct filename_ip *fn_ip,
unsigned int retries, int flags);
diff --git a/lib/libnet/tftp.h b/lib/libnet/tftp.h
index 303feaf..b1dbc21 100644
--- a/lib/libnet/tftp.h
+++ b/lib/libnet/tftp.h
@@ -42,8 +42,6 @@ typedef struct {
int tftp(filename_ip_t *, unsigned char *, int, unsigned int,
tftp_err_t *, int32_t mode, int32_t blocksize, int ip_version);
-int tftp_netsave(filename_ip_t *, uint8_t * buffer, int len,
- int use_ci, unsigned int retries, tftp_err_t * tftp_err);
int32_t handle_tftp(int fd, uint8_t *, int32_t);
void handle_tftp_dun(uint8_t err_code);